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

Method put

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

Adds a Cache entry. @param key the key used to identify the object being stored. @param value the value to be stored in the cache. @return the previous value associated with the given key or null if there was previous value @throws CacheException if there is a problem accessing th

(K key, V value)

Source from the content-addressed store, hash-verified

54 * @throws CacheException if there is a problem accessing the underlying cache system
55 */
56 V put(K key, V value) throws CacheException;
57
58 /**
59 * Remove the cache entry corresponding to the specified key.

Callers 15

putMethod · 0.65
addStormtrooperMethod · 0.65
updateStormtrooperMethod · 0.65
mainMethod · 0.65
addParameterMethod · 0.65
putMethod · 0.65
entrySetMethod · 0.65
ClassUtilsClass · 0.65
createNewAccountMethod · 0.65
buildModelMethod · 0.65
handleRequestInternalMethod · 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

addStormtrooperMethod · 0.52
updateStormtrooperMethod · 0.52
testRunAsMethod · 0.52
testCustomEnvironmentMethod · 0.52
createRealmMethod · 0.52
createDefaultSchemaMethod · 0.52
setupMethod · 0.52
testVMSingletonMethod · 0.52
setupMethod · 0.52
setupMethod · 0.52