Package com.okta.sdk.cache


package com.okta.sdk.cache
  • Class
    Description
    Cache<K,V>
    A Cache efficiently stores temporary objects primarily to improve an application's performance.
    A Builder to specify configuration for Cache regions.
    A CacheManager provides and maintains the lifecycle of Cache instances.
    Builder for creating simple CacheManager instances suitable for SINGLE-JVM APPLICATIONS.
    Static utility/helper factory methods for building CacheManagers and their associated cache regions, suitable for SINGLE-JVM APPLICATIONS.