Package org.castor.cache.distributed
Class EHCacheFactory
java.lang.Object
org.castor.cache.AbstractCacheFactory
org.castor.cache.distributed.EHCacheFactory
- All Implemented Interfaces:
CacheFactory
- Since:
- 1.0.1
- Version:
- $Revision: 7950 $ $Date: 2006-04-26 00:09:10 0200 (Mi, 26 Apr 2006) $
- Author:
- Werner Guttmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the full class name of the underlying cache implementation.Returns the short alias cache type for this factory instance.Methods inherited from class org.castor.cache.AbstractCacheFactory
getCache, isInitialized, shutdown
-
Constructor Details
-
EHCacheFactory
public EHCacheFactory()
-
-
Method Details
-
getCacheType
Returns the short alias cache type for this factory instance.- Returns:
- The short alias cache type.
-
getCacheClassName
Returns the full class name of the underlying cache implementation.- Returns:
- The full cache class name.
-