public class CacheApiBean extends Object
| Constructor and Description |
|---|
CacheApiBean(FeatureStore featureStore)
Constructor from its feature store.
|
CacheApiBean(PropertyStore featureStore)
Constructor from its feature store.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheProvider()
Getter accessor for attribute 'cacheProvider'.
|
String |
getCacheStore()
Getter accessor for attribute 'cacheStore'.
|
Set<String> |
getFeatureNames()
Getter accessor for attribute 'featureNames'.
|
Set<String> |
getPropertyNames()
Getter accessor for attribute 'propertyNames'.
|
void |
setCacheProvider(String cacheProvider)
Setter accessor for attribute 'cacheProvider'.
|
void |
setCacheStore(String cacheStore)
Setter accessor for attribute 'cacheStore'.
|
void |
setFeatureNames(Set<String> featureNames)
Setter accessor for attribute 'featureNames'.
|
void |
setPropertyNames(Set<String> propertyNames)
Setter accessor for attribute 'propertyNames'.
|
public CacheApiBean(FeatureStore featureStore)
featureStore - cuurent fature storepublic CacheApiBean(PropertyStore featureStore)
featureStore - cuurent fature storepublic String getCacheProvider()
public void setCacheProvider(String cacheProvider)
cacheProvider - new value for 'cacheProvider 'public String getCacheStore()
public void setCacheStore(String cacheStore)
cacheStore - new value for 'cacheStore 'public Set<String> getFeatureNames()
public void setFeatureNames(Set<String> featureNames)
featureNames - new value for 'featureNames 'public Set<String> getPropertyNames()
Copyright © 2013–2022 FF4J. All rights reserved.