Package com.google.common.cache
Class ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.cache.ForwardingCache<K,V>
com.google.common.cache.ForwardingLoadingCache<K,V>
com.google.common.cache.ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>
- All Implemented Interfaces:
Function<K,
,V> Cache<K,
,V> LoadingCache<K,
V>
- Enclosing class:
ForwardingLoadingCache<K,
V>
@Beta
@Deprecated(since="2022-12-01")
public abstract static class ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>
extends ForwardingLoadingCache<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
ForwardingLoadingCache
where subclasses can pass in an already
constructed LoadingCache
as the delegete.- Since:
- 10.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.cache.ForwardingLoadingCache
ForwardingLoadingCache.SimpleForwardingLoadingCache<K,
V> Nested classes/interfaces inherited from class com.google.common.cache.ForwardingCache
ForwardingCache.SimpleForwardingCache<K,
V> -
Method Summary
Methods inherited from class com.google.common.cache.ForwardingLoadingCache
apply, get, getAll, getUnchecked, refresh
Methods inherited from class com.google.common.cache.ForwardingCache
asMap, cleanUp, get, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, put, putAll, size, stats
Methods inherited from class com.google.common.collect.ForwardingObject
toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.cache.Cache
cleanUp, get, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, put, putAll, size, stats
Methods inherited from interface com.google.common.cache.LoadingCache
asMap