All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Eegeo::Helpers::IHttpCache Class Referenceabstract
Inheritance diagram for Eegeo::Helpers::IHttpCache:
Eegeo::Emscripten::EmscriptenStubHttpCache Eegeo::Web::Cache::HttpCache

Public Member Functions

virtual bool TryGetCachedHeaderInfo (const std::string &url, std::string &out_cachedETag, std::string &out_cachedLastModified)=0
 
virtual void GetFileNameByUrl (std::string &name, const std::string &url)=0
 
virtual void SetMaxCacheSize (CacheSize_t size)=0
 
virtual bool IsInCache (const std::string &url)=0
 
virtual void ReloadCacheRepresentationFromStorage ()=0
 
virtual bool LoadLocallyCachedData (const std::string &url, std::vector< Byte > &out_buffer)=0
 
virtual bool GetEnabled ()=0
 
virtual void SetEnabled (bool enabled)=0
 
virtual void AddToCache (const Eegeo::Web::Cache::CacheRecord &cacheRecordToAdd)=0
 
virtual void RemoveFromCache (const std::string &url)=0
 
virtual void ClearCache ()=0
 
virtual void FlushInMemoryCacheRepresentation (bool prune)=0
 

The documentation for this class was generated from the following file: