@Value.Immutable
public interface CachePolicy
Cache (or CheckedCache).| Modifier and Type | Method and Description |
|---|---|
default long |
maxEntries()
How many entries this cache holds.
|
default boolean |
statsEnabled()
Whether this cache has it statics enabled.
|
@Value.Default default boolean statsEnabled()
CacheStats are obtained via CacheManager.getStats()@Value.Default default long maxEntries()
Copyright © 2019 OpenDaylight. All rights reserved.