Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/shiro
/ put
Method
put
cache/src/main/java/org/apache/shiro/cache/MapCache.java:61–63 ·
view source on GitHub ↗
(K key, V value)
Source
from the content-addressed store, hash-verified
59
}
60
61
public
V put(K key, V value) throws CacheException {
62
return
map.put(key, value);
63
}
64
65
public
V remove(K key) throws CacheException {
66
return
map.remove(key);
Callers
nothing calls this directly
Calls
1
put
Method · 0.65
Tested by
no test coverage detected