Package de.umass.lastfm.cache

Interface Summary
ExpirationPolicy The ExpirationPolicy decides if and how long a request should be cached.
ScrobbleCache A ScrobbleCache is able to cache SubmissionData instances for later submission to the Last.fm servers.
 

Class Summary
Cache The Cache handles storing and loading to a permanent storage for last.fm api requests.
DatabaseCache Generic class for caching into a database.
DefaultExpirationPolicy This Policy maintains a list of methods which should be cached one week.
FileSystemCache Standard Cache implementation which is used by default by the Caller class.
MemoryCache This class is just for testing.