Uses of Interface
com.okta.sdk.cache.Cache
-
Packages that use Cache Package Description com.okta.sdk.cache -
-
Uses of Cache in com.okta.sdk.cache
Methods in com.okta.sdk.cache that return Cache Modifier and Type Method Description <K,V>
Cache<K,V>CacheManager. getCache(java.lang.String name)
Acquires the cache with the specifiedname
.
-