public interface ICache<K,T>
void
clearExpiredItems()
T
get(K key)
put(K key, T data)
T get(K key)
void put(K key, T data)
void clearExpiredItems()