org.jsecurity.cache
Class HashtableCacheManager
java.lang.Object
org.jsecurity.cache.HashtableCacheManager
- All Implemented Interfaces:
- CacheManager
public class HashtableCacheManager
- extends Object
- implements CacheManager
A CacheManager that returns HashtableCache caches.
- Since:
- 0.2
- Author:
- Jeremy Haile, Les Hazlewood
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashtableCacheManager
public HashtableCacheManager()
getCache
public Cache getCache(String cacheName)
- Builds a new
HashtableCache with the given name.
- Specified by:
getCache in interface CacheManager
- Parameters:
cacheName - the name of the new cache to create.
- Returns:
- a new cache.
Copyright © 2004-2008 JSecurity.