Package de.umass.lastfm.cache
-
Interface Summary Interface Description ExpirationPolicy TheExpirationPolicy
decides if and how long a request should be cached.ScrobbleCache AScrobbleCache
is able to cacheSubmissionData
instances for later submission to the Last.fm servers. -
Class Summary Class Description Cache TheCache
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 MemoryCache This class is just for testing.