org.exolab.castor.persist.cache
public abstract class AbstractCacheFactory extends Object implements CacheFactory
Method Summary | |
---|---|
Cache | getCache(ClassLoader classLoader)
Instantiates an instance of the given class. |
abstract String | getCacheClassName()
Returns the full class name of the underlying cache implementation. |
abstract String | getName()
Returns the short alias for this factory instance. |
Parameters: classLoader A ClassLoader instance.
Returns: A Cache instance.
Throws: CacheAcquireException Problem instantiating a cache instance.
Returns: The full cache class name.
Returns: The short alias name.