org.omnaest.utils.cache
Class CacheUtils

java.lang.Object
  extended by org.omnaest.utils.cache.CacheUtils

public class CacheUtils
extends Object

Helper which is related to Cache implementations

Author:
Omnaest
See Also:
Cache

Constructor Summary
CacheUtils()
           
 
Method Summary
static
<K,V> Cache<K,V>
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
 

Constructor Detail

CacheUtils

public CacheUtils()
Method Detail

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.