Package com.suncode.pwfl.cache
Interface CacheFactory
-
Method Summary
Modifier and TypeMethodDescription<K,
V> PlusWorkflowCache<K, V> createCache
(SystemCacheId id, DefaultCacheConfig<K, V> config) <K,
V> PlusWorkflowCache<K, V> createInMemoryCache
(SystemCacheId id, InMemoryCacheConfig<K, V> config) createTempFileCache
(SystemCacheId id, TempFileCacheConfig config)
-
Method Details
-
createCache
-
createInMemoryCache
<K,V> PlusWorkflowCache<K,V> createInMemoryCache(SystemCacheId id, InMemoryCacheConfig<K, V> config) -
createTempFileCache
-