MCPcopy 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

setUpMethod · 0.65
getTestBeanMethod · 0.65
readConfigMethod · 0.65
MultiModel1Method · 0.65
TransformHashWrapperMethod · 0.65
setAttributeMethod · 0.65
putMethod · 0.65
findTemplateSourceMethod · 0.65
putTemplateMethod · 0.65
putMethod · 0.65
storeCachedMethod · 0.65
putMethod · 0.65

Implementers 6

MruCacheStoragesrc/main/java/freemarker/cache/MruCach
SoftCacheStoragesrc/main/java/freemarker/cache/SoftCac
StrongCacheStoragesrc/main/java/freemarker/cache/StrongC
NullCacheStoragesrc/main/java/freemarker/cache/NullCac
IdentityHashMapsrc/main/java/freemarker/ext/util/Iden
EmptyMapsrc/main/java/freemarker/template/Empt

Calls

no outgoing calls

Tested by 6

setUpMethod · 0.52
getTestBeanMethod · 0.52
readConfigMethod · 0.52
MultiModel1Method · 0.52
TransformHashWrapperMethod · 0.52
setAttributeMethod · 0.52