public class XFormCacheManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
XFormCacheManager() |
Modifier and Type | Method and Description |
---|---|
static org.ehcache.Cache<String,XformCacheModel> |
getCache() |
static String |
getEntryKey(FormVersion entity) |
static long |
getMaxDiskSize() |
static long |
getMaxHeapSize() |
static long |
getTimeToIdle() |
static void |
init() |
static void |
reinit()
Reinitialize cache after configuration change
|
static void |
shutdown()
Removes all EH caches.
|
public static final String CACHE_NAME
public static void init()
public static String getEntryKey(FormVersion entity)
public static long getMaxHeapSize()
public static long getMaxDiskSize()
public static long getTimeToIdle()
public static org.ehcache.Cache<String,XformCacheModel> getCache()
public static void shutdown()
public static void reinit()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.