Uses of Class
org.opendaylight.infrautils.caches.CachePolicyBuilder
-
Packages that use CachePolicyBuilder Package Description org.opendaylight.infrautils.caches -
-
Uses of CachePolicyBuilder in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return CachePolicyBuilder Modifier and Type Method Description CachePolicyBuilderCachePolicyBuilder. from(CachePolicy instance)Fill a builder with attribute values from the providedCachePolicyinstance.CachePolicyBuilderCachePolicyBuilder. maxEntries(long maxEntries)Initializes the value for themaxEntriesattribute.CachePolicyBuilderCachePolicyBuilder. statsEnabled(boolean statsEnabled)Initializes the value for thestatsEnabledattribute.
-