Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
two_level_property_store.h File Reference
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/string.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::TwoLevelPropertyStore
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Detailed Description

Composes two property stores to form a two level property cache storage system. TwoLevelPropertyStore::Get() also has capability to fast return the results (i.e. results of the primary property store lookup) if cancel is called.