Class CachingStrategy
java.lang.Object
co.crystaldev.alpinecore.framework.storage.CachingStrategy
Represents a strategy to be used by cache
to determine sizing and eviction rules.
- Since:
- 0.1.0
- See Also:
-
CacheBuilder
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CachingStrategy.Builder
builder()
Helper method to return a new builder instance.
-
Method Details
-
builder
Helper method to return a new builder instance.- Returns:
- New builder for this class
- See Also:
-