Class ForwardingCache.SimpleForwardingCache<K,​V>

  • All Implemented Interfaces:
    Cache<K,​V>
    Enclosing class:
    ForwardingCache<K,​V>

    @Beta
    @Deprecated(since="2022-12-01")
    public abstract static class ForwardingCache.SimpleForwardingCache<K,​V>
    extends ForwardingCache<K,​V>
    Deprecated.
    The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
    A simplified version of ForwardingCache where subclasses can pass in an already constructed Cache as the delegete.
    Since:
    10.0