Interface | Description |
---|---|
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 | Description |
---|---|
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 | |
MemoryCache |
This class is just for testing.
|