public class PropertyStoreEhCache extends AbstractPropertyStore
Property into EHCache.| Constructor and Description |
|---|
PropertyStoreEhCache()
Default Constructor.
|
PropertyStoreEhCache(net.sf.ehcache.config.Configuration cacheConfig)
Default Constructor.
|
PropertyStoreEhCache(String xmlEhCacheConfig)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
<T> void |
createProperty(Property<T> property) |
void |
deleteProperty(String name) |
boolean |
existProperty(String name) |
Set<String> |
listPropertyNames() |
Map<String,Property<?>> |
readAllProperties() |
Property<?> |
readProperty(String name) |
<T> void |
updateProperty(Property<T> property) |
void |
updateProperty(String name,
String newValue) |
assertPropertyExist, assertPropertyNotExist, assertPropertyNotNull, createSchema, importProperties, importPropertiesFromXmlFile, isEmpty, readProperty, toJsonpublic PropertyStoreEhCache()
public PropertyStoreEhCache(net.sf.ehcache.config.Configuration cacheConfig)
public PropertyStoreEhCache(String xmlEhCacheConfig)
public boolean existProperty(String name)
public <T> void createProperty(Property<T> property)
public void updateProperty(String name, String newValue)
updateProperty in interface PropertyStoreupdateProperty in class AbstractPropertyStorepublic <T> void updateProperty(Property<T> property)
updateProperty in interface PropertyStoreupdateProperty in class AbstractPropertyStorepublic void deleteProperty(String name)
public void clear()
Copyright © 2013–2021 FF4J. All rights reserved.