Uses of Interface
org.dspace.services.model.Cache

Packages that use Cache
org.dspace.providers Pluggable alternatives for some core functions. 
org.dspace.services Core DSpace service definitions. 
 

Uses of Cache in org.dspace.providers
 

Methods in org.dspace.providers that return Cache
 Cache CacheProvider.getCache(String cacheName, CacheConfig config)
          Construct a Cache with the given name (must be unique) OR retrieve the one that already exists with this name.
 

Methods in org.dspace.providers that return types with arguments of type Cache
 List<Cache> CacheProvider.getCaches()
          Gets all the caches that this provider knows about.
 

Uses of Cache in org.dspace.services
 

Methods in org.dspace.services that return Cache
 Cache CachingService.getCache(String cacheName, CacheConfig cacheConfig)
          Construct a Cache with the given name OR retrieve the one that already exists with this name.
 

Methods in org.dspace.services that return types with arguments of type Cache
 List<Cache> CachingService.getCaches()
          Gets all the caches that the service knows about.
 



Copyright © Monday, September 1, 2008-2010 The DSpace Foundation. All Rights Reserved.