Uses of Class
org.jboss.weld.util.cache.ComputingCacheBuilder
-
Packages that use ComputingCacheBuilder Package Description org.jboss.weld.util.cache -
-
Uses of ComputingCacheBuilder in org.jboss.weld.util.cache
Methods in org.jboss.weld.util.cache that return ComputingCacheBuilder Modifier and Type Method Description static ComputingCacheBuilderComputingCacheBuilder. newBuilder()ComputingCacheBuilderComputingCacheBuilder. setMaxSize(long maxSize)ComputingCacheBuilderComputingCacheBuilder. setWeakValues()Values stored in the cache should be wrapped in aWeakReference.
-