Page Speed Optimization Libraries
1.7.30.4
|
#include "cache_url_async_fetcher.h"
Public Member Functions | |
virtual void | StartAsyncOp ()=0 |
Called when CacheUrlAsyncFetcher is about to start async operation. | |
virtual void | FinishAsyncOp ()=0 |
Called when async operation is ended. |
Interface for managing async operations in CacheUrlAsyncFetcher. It helps to protect the lifetime of the injected objects.