Package org.castor.cache.simple
Class CountLimitedFactory
- java.lang.Object
-
- org.castor.cache.AbstractCacheFactory
-
- org.castor.cache.simple.CountLimitedFactory
-
- All Implemented Interfaces:
CacheFactory
public final class CountLimitedFactory extends AbstractCacheFactory
ImplementsCacheFactoryfor count-limited cache.- Since:
- 1.0
- Version:
- $Revision: 7950 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Werner Guttmann, Ralf Joachim
-
-
Constructor Summary
Constructors Constructor Description CountLimitedFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCacheClassName()Returns the full class name of the underlying cache implementation.java.lang.StringgetCacheType()Returns the short alias cache type for this factory instance.-
Methods inherited from class org.castor.cache.AbstractCacheFactory
getCache, isInitialized, shutdown
-
-
-
-
Method Detail
-
getCacheType
public java.lang.String getCacheType()
Returns the short alias cache type for this factory instance.- Returns:
- The short alias cache type.
-
getCacheClassName
public java.lang.String getCacheClassName()
Returns the full class name of the underlying cache implementation.- Returns:
- The full cache class name.
-
-