CacheFactory.getCache(String, com.atlassian.cache.CacheLoader)
@Deprecated public class OptionalReadThroughCache<K,V> extends Object
Constructor and Description |
---|
OptionalReadThroughCache(com.atlassian.cache.Cache<K,Option<V>> cache,
com.google.common.base.Function<K,V> factory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
V |
get(K key)
Deprecated.
|
void |
put(K key,
V value)
Deprecated.
|
void |
remove(K key)
Deprecated.
|
void |
removeAll()
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.