org.dspace.services.model
Class CacheConfig
java.lang.Object
org.dspace.services.model.CacheConfig
public class CacheConfig
- extends Object
Encodes the configuration for a cache into an object.
- Author:
- Aaron Zeckoski (azeckoski @ gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheConfig
public CacheConfig(CacheConfig.CacheScope cacheScope)
- Configure the cache to use the given scope.
- Parameters:
cacheScope - defines the lifecycle of the cache
getCacheScope
public final CacheConfig.CacheScope getCacheScope()
- Returns:
- the scope of the associated cache
Copyright © Monday, September 1, 2008-2011 The DSpace Foundation. All Rights Reserved.