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

Method get

cache/src/main/java/org/apache/shiro/cache/Cache.java:46–46  ·  view source on GitHub ↗

Returns the Cached value stored under the specified key or null if there is no Cache entry for that key. @param key the key that the value was previous added with @return the cached object or null if there is no entry for the specified key @throws CacheExcept

(K key)

Source from the content-addressed store, hash-verified

44 * @throws CacheException if there is a problem accessing the underlying cache system
45 */
46 V get(K key) throws CacheException;
47
48 /**
49 * Adds a Cache entry.

Callers 15

getMethod · 0.65
getCacheMethod · 0.65
principalInjectionMethod · 0.65
whoamiMethod · 0.65
unauthenticatedMethod · 0.65
rolesAllowedMethod · 0.65
otherRolesAllowedMethod · 0.65
otherRolesNotAllowedMethod · 0.65
rolesNotAllowedMethod · 0.65
permitMethod · 0.65
denyMethod · 0.65

Implementers 2

MapCachecache/src/main/java/org/apache/shiro/c
JCachesupport/jcache/src/main/java/org/apach

Calls

no outgoing calls

Tested by 15

principalInjectionMethod · 0.52
whoamiMethod · 0.52
unauthenticatedMethod · 0.52
rolesAllowedMethod · 0.52
otherRolesAllowedMethod · 0.52
otherRolesNotAllowedMethod · 0.52
rolesNotAllowedMethod · 0.52
permitMethod · 0.52
denyMethod · 0.52
checkLogoutMethod · 0.52
nonJSFLoginMethod · 0.52