public interface Cache<K,V>
V get(K key) throws CacheException
key - CacheExceptionV put(K key, V value) throws CacheException
key - value - CacheExceptionV remove(K key) throws CacheException
key - CacheExceptionvoid clear()
throws CacheException
CacheExceptionCopyright © 2013-2015. All Rights Reserved.