Package software.xdev.mockserver.cache
Class LRUCache<K,V>
java.lang.Object
software.xdev.mockserver.cache.LRUCache<K,V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidallCachesEnabled(boolean enabled) static voidvoidvoidvoidstatic voidsetMaxSizeOverride(int maxSizeOverride)
-
Constructor Details
-
LRUCache
public LRUCache(int maxSize, long ttlInMillis)
-
-
Method Details
-
allCachesEnabled
public static void allCachesEnabled(boolean enabled) -
clearAllCaches
public static void clearAllCaches() -
put
-
put
-
get
-
delete
-
setMaxSizeOverride
public static void setMaxSizeOverride(int maxSizeOverride)
-