public interface CacheStrategy<K,V>
This interface will be implemented by all classes which will support a caching strategy.
void
clear()
destroy()
V
get(K key)
put(K key, V value)
void put(K key, V value)
key
value
V get(K key)
void clear()
void destroy()
Copyright © 2008-2014. All Rights Reserved.