Class MapCache<K,V>

java.lang.Object
org.apache.shiro.cache.MapCache<K,V>
Type Parameters:
K - K
V - V
All Implemented Interfaces:
Cache<K,V>

public class MapCache<K,V> extends Object implements Cache<K,V>
A MapCache is a Cache implementation that uses a backing Map instance to store and retrieve cached data.
Since:
1.0