Package com.atlassian.bamboo.collections
Class AlwaysInvalidatingCacheDecorator<K,V>
java.lang.Object
com.atlassian.bamboo.utils.collections.AlwaysInvalidatingCacheDecorator<K,V>
com.atlassian.bamboo.collections.AlwaysInvalidatingCacheDecorator<K,V>
- All Implemented Interfaces:
com.google.common.base.Function<K,,V> com.google.common.cache.Cache<K,,V> com.google.common.cache.LoadingCache<K,,V> Function<K,V>
@Deprecated
public class AlwaysInvalidatingCacheDecorator<K,V>
extends AlwaysInvalidatingCacheDecorator<K,V>
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionAlwaysInvalidatingCacheDecorator(com.google.common.cache.LoadingCache<K, V> cache) Deprecated. -
Method Summary
Methods inherited from class com.atlassian.bamboo.utils.collections.AlwaysInvalidatingCacheDecorator
apply, asMap, cleanUp, get, get, getAll, getAllPresent, getIfPresent, getUnchecked, invalidate, invalidateAll, invalidateAll, put, putAll, refresh, size, stats, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
AlwaysInvalidatingCacheDecorator
Deprecated.
-
AlwaysInvalidatingCacheDecorator