Class DefaultCache<K,V>

java.lang.Object
com.okta.sdk.impl.cache.DefaultCache<K,V>
All Implemented Interfaces:
Cache<K,V>

public class DefaultCache<K,V> extends Object implements Cache<K,V>
A DefaultCache is a Cache implementation that uses a backing Map instance to store and retrieve cached data. Thread Safety This implementation is thread-safe only if the backing map is thread-safe.
Since:
0.5.0