Cache<String, V> | Interface defining a Cache, which can be used by AppData to store responses of GET requests
locally in memory. |
AbstractKinveyCachedClientRequest<T> | Implementation of a Client Request, which can either pull a response from a Cache instance or from online. |
InMemoryLRUCache<T, V> | This is a very simple implementation of a Least-Recently-Used In-Memory Cache. |
CachePolicy | Set the caching policy on AppData to getdifferent desired behavior for you app. |