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 String
CACHE_NAME
-
Constructor Summary
Constructors Constructor Description ServerPropertiesCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
cacheServerProperty(String propertyKey, String propertyValue)
static String
getCachedServerProperty(String propertyKey)
static org.ehcache.Cache<String,String>
getInstance()
static void
init()
static String
readCachedServerProperty(String propertyKey)
static void
reinit()
static void
removeEntry(String propertyEntity)
static void
shutdown()
-
-
-
Field Detail
-
CACHE_NAME
public static final String CACHE_NAME
- See Also:
- Constant Field Values
-
-