MCPcopy Create free account
hub / github.com/apache/shiro / get

Method get

cache/src/main/java/org/apache/shiro/cache/MapCache.java:57–59  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

55 }
56
57 public V get(K key) throws CacheException {
58 return map.get(key);
59 }
60
61 public V put(K key, V value) throws CacheException {
62 return map.put(key, value);

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected