Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
cache_property_store.h File Reference
#include <map>
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/cache_interface.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/base/string_util.h"
#include "pagespeed/opt/http/abstract_property_store_get_callback.h"
#include "pagespeed/opt/http/property_cache.h"
#include "pagespeed/opt/http/property_store.h"

Go to the source code of this file.

Classes

class  net_instaweb::CachePropertyStore
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Detailed Description

Reads the properties stored in the CacheInterface and populates them in PropertyPage. There is a CacheInterface object for every cohort which is stored in CohortCacheMap and read/write for a cohort happens on its respective CacheInterface object.