-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CacheApiBean implements Serializable
Created by Paul
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCacheApiBean.Companion
-
Field Summary
Fields Modifier and Type Field Description private StringcacheProviderprivate StringcacheStoreprivate Set<String>featureNamesprivate Set<String>propertyNames
-
Constructor Summary
Constructors Constructor Description CacheApiBean()CacheApiBean(FeatureStore featureStore)CacheApiBean(PropertyStore propertyStore)
-
Method Summary
Modifier and Type Method Description final StringgetCacheProvider()final UnitsetCacheProvider(String cacheProvider)final StringgetCacheStore()final UnitsetCacheStore(String cacheStore)final Set<String>getFeatureNames()final UnitsetFeatureNames(Set<String> featureNames)final Set<String>getPropertyNames()final UnitsetPropertyNames(Set<String> propertyNames)-
-
Method Detail
-
getCacheProvider
final String getCacheProvider()
-
setCacheProvider
final Unit setCacheProvider(String cacheProvider)
-
getCacheStore
final String getCacheStore()
-
setCacheStore
final Unit setCacheStore(String cacheStore)
-
getFeatureNames
final Set<String> getFeatureNames()
-
setFeatureNames
final Unit setFeatureNames(Set<String> featureNames)
-
getPropertyNames
final Set<String> getPropertyNames()
-
setPropertyNames
final Unit setPropertyNames(Set<String> propertyNames)
-
-
-
-