Package de.umass.lastfm.cache
-
Interface Summary Interface Description ExpirationPolicy TheExpirationPolicydecides if and how long a request should be cached.ScrobbleCache AScrobbleCacheis able to cacheSubmissionDatainstances for later submission to the Last.fm servers. -
Class Summary Class Description Cache TheCachehandles 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.