hunt.shiro.cache.MapCache

Undocumented in source.

Members

Classes

MapCache
class MapCache(K, V)

A <code>MapCache</code> is a {@link Cache Cache} implementation that uses a backing {@link Map} instance to store and retrieve cached data.

Meta