Page Speed Optimization Libraries  1.4.26.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::PropertyCache::Cohort Class Reference

#include "property_cache.h"

List of all members.

Public Member Functions

 Cohort (StringPiece name, CacheInterface *cache)
 Takes ownership of the cache.
const GoogleStringname () const
CacheInterfacecache () const

Detailed Description

A Cohort is a set of properties that update at roughly the same expected frequency. The PropertyCache object keeps track of the known set of Cohorts but does not actually keep any data for them. The data only arrives when we do a lookup. Each cohort uses a different CacheInterface so that we can track cache metrics on a per cohort basis.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines