Uses of Class
eu.bandm.tools.util.uni.ConstantCache
Packages that use ConstantCache
Package
Description
Data structures with uniqueness constraints on their elements.
-
Uses of ConstantCache in eu.bandm.tools.util.uni
Methods in eu.bandm.tools.util.uni that return ConstantCacheModifier and TypeMethodDescriptionstatic <T> ConstantCache<T> ConstantCache.synchronizedConstantCache(ConstantCache<T> back) Creates a thread-safe proxy cache backed by the given cache.Methods in eu.bandm.tools.util.uni with parameters of type ConstantCacheModifier and TypeMethodDescriptionstatic <T> ConstantCache<T> ConstantCache.synchronizedConstantCache(ConstantCache<T> back) Creates a thread-safe proxy cache backed by the given cache.