Package org.wso2.carbon.caching.impl
Class CachingProviderImpl
- java.lang.Object
-
- org.wso2.carbon.caching.impl.CachingProviderImpl
-
- All Implemented Interfaces:
CachingProvider
public class CachingProviderImpl extends Object implements CachingProvider
TODO: class description
-
-
Constructor Summary
Constructors Constructor Description CachingProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheManagerFactorygetCacheManagerFactory()Returns the singleton CacheManagerFactory.booleanisSupported(OptionalFeature optionalFeature)Indicates whether a optional feature is supported by this implementation
-
-
-
Method Detail
-
getCacheManagerFactory
public CacheManagerFactory getCacheManagerFactory()
Description copied from interface:CachingProviderReturns the singleton CacheManagerFactory.- Specified by:
getCacheManagerFactoryin interfaceCachingProvider- Returns:
- the CacheManagerFactory
-
isSupported
public boolean isSupported(OptionalFeature optionalFeature)
Description copied from interface:CachingProviderIndicates whether a optional feature is supported by this implementation- Specified by:
isSupportedin interfaceCachingProvider- Parameters:
optionalFeature- the feature to check for- Returns:
- true if the feature is supported
-
-