Class DisabledCacheManager

java.lang.Object
com.okta.sdk.impl.cache.DisabledCacheManager
All Implemented Interfaces:
CacheManager

public class DisabledCacheManager extends Object implements CacheManager
A disabled implementation that does nothing. This alleviates a CacheManager user (component) from ever needing to check for null. Non-null guarantees reduce a program's cyclomatic complexity and simplify testing.
Since:
0.5.0