public class SimpleWorkflowPageCache extends ConcurrentHashMap<SimpleWorkflowPageCacheKey,org.apache.velocity.Template> implements SimpleWorkflowPageCacheMXBean
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SimpleWorkflowPageCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
Clear the entire cache
|
void |
clearCache(String workflowId,
String step) |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringpublic SimpleWorkflowPageCache()
throws MalformedObjectNameException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
NotCompliantMBeanException
public void clearCache()
SimpleWorkflowPageCacheMXBeanclearCache in interface SimpleWorkflowPageCacheMXBeanpublic void clearCache(String workflowId, String step)
clearCache in interface SimpleWorkflowPageCacheMXBeanCopyright © 2009-2016. All Rights Reserved.