|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheManagerFactoryProvider
Interface that should be implemented by a CacheManager factory provider.
It is invoked by the CacheManagerFactory class to create
a CacheManager
CacheManagerFactory| Method Summary | |
|---|---|
CacheManager |
createCacheManager(String name)
Called by the CacheManagerFactory class when a
new CacheManager needs to be created. |
boolean |
isSupported(OptionalFeature optionalFeature)
Indicates whether a optional feature is supported by this implementation |
| Method Detail |
|---|
CacheManager createCacheManager(String name)
CacheManagerFactory class when a
new CacheManager needs to be created.
An implementation of this interface must have a public no-arg constructor.
The name may be used to associate a configuration with this CacheManager instance.
name - the name of this cache manager
NullPointerException - if name is nullboolean isSupported(OptionalFeature optionalFeature)
optionalFeature - the feature to check for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||