public class DisabledCacheManager extends Object implements CacheManager
Constructor and Description |
---|
DisabledCacheManager() |
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
getCache(String name)
Always returns a
DisabledCache instance to ensure non-null guarantees. |
public <K,V> Cache<K,V> getCache(String name)
DisabledCache
instance to ensure non-null guarantees.getCache
in interface CacheManager
K
- type of cache keyV
- type of cache valuename
- the name of the cache to acquire.DisabledCache
instance to ensure non-null guarantees.Copyright © 2017–2023 Okta. All rights reserved.