Uses of Interface
net.dontdrinkandroot.lastfm.api.cache.Cache

Packages that use Cache
net.dontdrinkandroot.lastfm.api.cache   
net.dontdrinkandroot.lastfm.api.ws   
 

Uses of Cache in net.dontdrinkandroot.lastfm.api.cache
 

Classes in net.dontdrinkandroot.lastfm.api.cache that implement Cache
 class DiskCache
           
 class MemoryCache
           
 

Uses of Cache in net.dontdrinkandroot.lastfm.api.ws
 

Constructors in net.dontdrinkandroot.lastfm.api.ws with parameters of type Cache
DefaultLastfmWebServices(java.lang.String key, java.lang.String secret, Cache cache)
          Set up the WebServices with the required components.
DefaultLastfmWebServices(java.lang.String key, java.lang.String secret, Cache cache, Fetcher fetcher)
           
 



Copyright © 2012. All Rights Reserved.