Package com.evolveum.midpoint.util
Class TransientCache<K,V>
java.lang.Object
com.evolveum.midpoint.util.TransientCache<K,V>
- All Implemented Interfaces:
Serializable
@Experimental
@ThreadSafe
public final class TransientCache<K,V>
extends Object
implements Serializable
Cache that is transient but can be declared final in serializable objects.
See https://stackoverflow.com/a/26785954/5810524
EXPERIMENTAL
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TransientCache
public TransientCache()
-
-
Method Details
-
invalidate
public void invalidate() -
get
-
put
-
remove
-