JSecurity

org.jsecurity.cache
Class HashtableCacheManager

java.lang.Object
  extended by 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

Constructor Summary
HashtableCacheManager()
           
 
Method Summary
 Cache getCache(String cacheName)
          Builds a new HashtableCache with the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashtableCacheManager

public HashtableCacheManager()
Method Detail

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.

JSecurity

Copyright © 2004-2008 JSecurity.