public class CacheApiBean
extends java.lang.Object
| Constructor and Description |
|---|
CacheApiBean(FeatureStore featureStore)
Constructor from its feature store.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheProvider()
Getter accessor for attribute 'cacheProvider'.
|
java.lang.String |
getCacheStore()
Getter accessor for attribute 'cacheStore'.
|
java.util.Set<java.lang.String> |
getFeatureNames()
Getter accessor for attribute 'featureNames'.
|
void |
setCacheProvider(java.lang.String cacheProvider)
Setter accessor for attribute 'cacheProvider'.
|
void |
setCacheStore(java.lang.String cacheStore)
Setter accessor for attribute 'cacheStore'.
|
void |
setFeatureNames(java.util.Set<java.lang.String> featureNames)
Setter accessor for attribute 'featureNames'.
|
public CacheApiBean(FeatureStore featureStore)
featureStore - cuurent fature storepublic java.lang.String getCacheProvider()
public void setCacheProvider(java.lang.String cacheProvider)
cacheProvider - new value for 'cacheProvider 'public java.lang.String getCacheStore()
public void setCacheStore(java.lang.String cacheStore)
cacheStore - new value for 'cacheStore 'public java.util.Set<java.lang.String> getFeatureNames()
public void setFeatureNames(java.util.Set<java.lang.String> featureNames)
featureNames - new value for 'featureNames 'Copyright © 2013-2015 Ff4J. All Rights Reserved.