IAppCache

Interface for an 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.

Meta