|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A factory for instantiating Cache implementations. To provide an implementation for a specific cache type, please implement this interface. When providing your own cache instance as explained in the JavaDocs for this package, please make sure that you provide valid values for the name and className properties.
Method Summary | |
Cache |
getCache(java.lang.ClassLoader classLoader)
Instantiates an instance of the given class. |
java.lang.String |
getCacheClassName()
Returns the full class name of the underlying cache implementation. |
java.lang.String |
getName()
Returns the short alias for this factory instance. |
Method Detail |
public Cache getCache(java.lang.ClassLoader classLoader) throws CacheAcquireException
classLoader
- A ClassLoader instance.
CacheAcquireException
- Problem instantiating a cache instance.public java.lang.String getName()
public java.lang.String getCacheClassName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |