public final class WebClientCacheManager extends Object
Modifier and Type | Method and Description |
---|---|
<Key,Entry extends com.saperion.cache.data.CacheEntry<Key>> |
getCache(String name)
Returns the cache with the specified name.
|
static WebClientCacheManager |
getInstance() |
com.saperion.cache.CacheManager |
getManager() |
void |
shutdown()
Shuts down this CacheManager and thus clears all caches.
|
public static WebClientCacheManager getInstance()
public <Key,Entry extends com.saperion.cache.data.CacheEntry<Key>> com.saperion.cache.Cache<Key,Entry> getCache(String name) throws com.saperion.cache.exception.CacheException
Key
- type of key used in cacheEntry
- type of entry used in cachename
- name of the cachecom.saperion.cache.exception.CacheException
- when getting the cache failedpublic void shutdown()
public com.saperion.cache.CacheManager getManager()
CacheManager
instanceCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.