Package de.umass.lastfm.cache

Interface Summary
ExpirationPolicy The ExpirationPolicy decides if and how long a request should be cached.
ScrobbleCache Deprecated. The 1.2.x scrobble protocol has now been deprecated in favour of the 2.0 protocol which is part of the Last.fm web services API.
 

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.