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 CachePolicyBuilder
CachePolicyBuilder. from(CachePolicy instance)
Fill a builder with attribute values from the providedCachePolicy
instance.CachePolicyBuilder
CachePolicyBuilder. maxEntries(long maxEntries)
Initializes the value for themaxEntries
attribute.CachePolicyBuilder
CachePolicyBuilder. statsEnabled(boolean statsEnabled)
Initializes the value for thestatsEnabled
attribute.
-