Page Speed Optimization Libraries
1.13.35.1
|
#include "abstract_property_store_get_callback.h"
Public Member Functions | |
virtual void | FastFinishLookup ()=0 |
virtual void | DeleteWhenDone ()=0 |
Abstract class which manages the storage system lookup. Any PropertyStore can derive from this class and objects of this class are created by PropertyStore::Get(). PropertyStores must return an implementation of this interface from Get.
|
pure virtual |
Deletes this after Done has run. Callback is no more useful after this is called, so it should be called only after all required operations are done by client on this callback.
Implemented in net_instaweb::PropertyStoreGetCallback.
|
pure virtual |
Try to finish all the pending lookups if possible and call Done as soon as possible.
Implemented in net_instaweb::PropertyStoreGetCallback.