Uses of Class
org.dspace.services.model.CacheConfig

Packages that use CacheConfig
org.dspace.providers Pluggable alternatives for some core functions. 
org.dspace.services Core DSpace service definitions. 
org.dspace.services.model Defines types managed by the core services. 
 

Uses of CacheConfig in org.dspace.providers
 

Methods in org.dspace.providers with parameters of type CacheConfig
 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.
 

Uses of CacheConfig in org.dspace.services
 

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

Uses of CacheConfig in org.dspace.services.model
 

Methods in org.dspace.services.model that return CacheConfig
 CacheConfig Cache.getConfig()
          Returns a readable object which has the configuration used by this cache in it.
 



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