DiamondAppCache

Wrapper around the default diamond app cache.

Constructors

this
this()

Creates a new diamond app cache.

Members

Functions

clearCache
void clearCache()

Clears the cache results.

removeCache
void removeCache(HttpClient client)

Removes a cached result.

retrieveCache
string retrieveCache(HttpClient client)

Retrieves the cached result based on a client.

updateCache
void updateCache(HttpClient client, string defaultResult)

Updates the app cache.

Inherited Members

From IAppCache

updateCache
void updateCache(HttpClient client, string defaultResult)

Updates the app cache.

retrieveCache
string retrieveCache(HttpClient client)

Retrieves the cached result based on a client.

clearCache
void clearCache()

Clears the cache results.

removeCache
void removeCache(HttpClient client)

Removes a cached result.

Meta