public interface CachingProvider
Caching
class to create
a CacheManager
An implementation of this interface must have a public no-arg constructor.
Caching
Modifier and Type | Method and Description |
---|---|
CacheManagerFactory |
getCacheManagerFactory()
Returns the singleton CacheManagerFactory.
|
boolean |
isSupported(OptionalFeature optionalFeature)
Indicates whether a optional feature is supported by this implementation
|
CacheManagerFactory getCacheManagerFactory()
boolean isSupported(OptionalFeature optionalFeature)
optionalFeature
- the feature to check forCopyright © 2015 WSO2 Inc. All rights reserved.