Package de.xima.fc.api.cache
Class ServerPropertiesCache
- java.lang.Object
-
- de.xima.fc.api.cache.ServerPropertiesCache
-
public class ServerPropertiesCache extends Object
Cache for server properties.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_NAME
-
Constructor Summary
Constructors Constructor Description ServerPropertiesCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcacheServerProperty(String propertyKey, String propertyValue)static StringgetCachedServerProperty(String propertyKey)static org.ehcache.Cache<String,String>getInstance()static voidinit()static StringreadCachedServerProperty(String propertyKey)static voidreinit()static voidremoveEntry(String propertyEntity)static voidshutdown()
-
-
-
Field Detail
-
CACHE_NAME
public static final String CACHE_NAME
- See Also:
- Constant Field Values
-
-