Interface | Description |
---|---|
AutoUpdateCache |
Leverages the given functions get and set to either retrieve or store objects from and into the cache respectively.
|
Cache |
Interface whose instances allow the library to make use of a given cache implementation.
|
SimpleCache |
Leverages the given functions get and set to either retrieve or store objects from and into the cache respectively.
|
Class | Description |
---|---|
CacheHelpers |
Holds utility methods for converting a given
Cache instance into it's Scala counterpart for use within the
API. |
NoCache |
Caching strategy which does not apply any caching.
|