Uses of Class
com.identityworksllc.iiq.common.cache.VersionedCacheEntry
-
Packages that use VersionedCacheEntry Package Description com.identityworksllc.iiq.common.cache -
-
Uses of VersionedCacheEntry in com.identityworksllc.iiq.common.cache
Methods in com.identityworksllc.iiq.common.cache that return VersionedCacheEntry Modifier and Type Method Description static <V> VersionedCacheEntry<V>
VersionedCacheEntry. of(CacheEntry<? extends V> other)
Returns either the current object, if it is already a VersionedCacheEntry, or a newly constructed copy of it.
-