org.omnaest.utils.cache
Class CacheUtils
java.lang.Object
org.omnaest.utils.cache.CacheUtils
public class CacheUtils
- extends Object
Helper which is related to Cache implementations
- Author:
- Omnaest
- See Also:
Cache
|
Method Summary |
static
|
adapter(Map<? extends K,? extends V> map)
Returns an adapter from Map which acts as a Cache |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheUtils
public CacheUtils()
adapter
public static <K,V> Cache<K,V> adapter(Map<? extends K,? extends V> map)
- Returns an adapter from
Map which acts as a Cache
- Parameters:
map -
- Returns:
- See Also:
MapToCacheAdapter
Copyright © 2013. All Rights Reserved.