Uses of Enum Class
com.suncode.pwfl.cache.SystemCacheId
Packages that use SystemCacheId
-
Uses of SystemCacheId in com.suncode.pwfl.cache
Subclasses with type arguments of type SystemCacheId in com.suncode.pwfl.cacheMethods in com.suncode.pwfl.cache that return SystemCacheIdModifier and TypeMethodDescriptionstatic SystemCacheIdReturns the enum constant of this class with the specified name.static SystemCacheId[]SystemCacheId.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.suncode.pwfl.cache with parameters of type SystemCacheIdModifier and TypeMethodDescription<K,V> PlusWorkflowCache <K, V> CacheFactory.createCache(SystemCacheId id, DefaultCacheConfig<K, V> config) <K,V> PlusWorkflowHybridCache <K, V> CacheFactory.createHybridCache(SystemCacheId accessCacheId, SystemCacheId dataCacheId, HybridCacheConfig<K, V> config) <K,V> PlusWorkflowCache <K, V> CacheFactory.createInMemoryCache(SystemCacheId id, InMemoryCacheConfig<K, V> config) CacheFactory.createTempFileCache(SystemCacheId id, TempFileCacheConfig config)