Package ch.weetech.cache
Class CacheApp
- java.lang.Object
-
- ch.weetech.cache.CacheApp
-
public class CacheApp extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheApp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
LRUCache<K,V>getLRUCache(int size)
-
-
-
Method Detail
-
getLRUCache
public static <K,V> LRUCache<K,V> getLRUCache(int size)
-
-