package

com.kinvey.java.cache

Interfaces

Cache<String, V> Interface defining a Cache, which can be used by AppData to store responses of GET requests locally in memory. 

Classes

AbstractKinveyCachedClientRequest<T> Implementation of a Client Request, which can either pull a response from a Cache instance or from online. 
InMemoryLRUCache<String, V> This is a very simple implementation of a Least-Recently-Used In-Memory Cache. 

Enums

CachePolicy Set the caching policy on AppData to getdifferent desired behavior for you app.