Uses of Class
de.umass.lastfm.cache.Cache

Packages that use Cache
de.umass.lastfm   
de.umass.lastfm.cache   
 

Uses of Cache in de.umass.lastfm
 

Methods in de.umass.lastfm that return Cache
 Cache Caller.getCache()
          Returns the current Cache.
 

Methods in de.umass.lastfm with parameters of type Cache
 void Caller.setCache(Cache cache)
          Sets the active Cache.
 

Uses of Cache in de.umass.lastfm.cache
 

Subclasses of Cache in de.umass.lastfm.cache
 class DatabaseCache
          Generic class for caching into a database.
 class FileSystemCache
          Standard Cache implementation which is used by default by the Caller class.
 class MemoryCache
          This class is just for testing.
 



Copyright © 2012. All Rights Reserved.