Package io.milton.cache
Class LocalCacheManager
java.lang.Object
io.milton.cache.LocalCacheManager
- All Implemented Interfaces:
CacheManager
Attempts to connect to a hazelcast cluster. To use this, be sure to include
the optional hazelcast dependencies
- Author:
- brad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetMaximumWeightedCapacity(int maximumWeightedCapacity)
-
Constructor Details
-
LocalCacheManager
public LocalCacheManager()
-
-
Method Details
-
getMap
- Specified by:
getMapin interfaceCacheManager
-
getMaximumWeightedCapacity
public int getMaximumWeightedCapacity() -
setMaximumWeightedCapacity
public void setMaximumWeightedCapacity(int maximumWeightedCapacity)
-