Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/freemarker
/ put
Method
put
src/main/java/freemarker/cache/CacheStorage.java:70–70 ·
view source on GitHub ↗
(Object key, Object value)
Source
from the content-addressed store, hash-verified
68
{
69
public
Object get(Object key);
70
public
void
put(Object key, Object value);
71
public
void
remove(Object key);
72
public
void
clear();
73
}
Callers
15
setUp
Method · 0.65
getTestBean
Method · 0.65
readConfig
Method · 0.65
MultiModel1
Method · 0.65
TransformHashWrapper
Method · 0.65
setAttribute
Method · 0.65
put
Method · 0.65
findTemplateSource
Method · 0.65
putTemplate
Method · 0.65
put
Method · 0.65
storeCached
Method · 0.65
put
Method · 0.65
Implementers
6
MruCacheStorage
src/main/java/freemarker/cache/MruCach
SoftCacheStorage
src/main/java/freemarker/cache/SoftCac
StrongCacheStorage
src/main/java/freemarker/cache/StrongC
NullCacheStorage
src/main/java/freemarker/cache/NullCac
IdentityHashMap
src/main/java/freemarker/ext/util/Iden
EmptyMap
src/main/java/freemarker/template/Empt
Calls
no outgoing calls
Tested by
6
setUp
Method · 0.52
getTestBean
Method · 0.52
readConfig
Method · 0.52
MultiModel1
Method · 0.52
TransformHashWrapper
Method · 0.52
setAttribute
Method · 0.52