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

Method get

src/main/java/freemarker/cache/CacheStorage.java:69–69  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

67public interface CacheStorage
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();

Callers 15

getMethod · 0.65
processQueueMethod · 0.65
findTemplateSourceMethod · 0.65
findTemplateSourceMethod · 0.65
getMethod · 0.65
putMethod · 0.65
getTemplateMethod · 0.65
concatPathMethod · 0.65
getMethod · 0.65
acceptMethod · 0.65
getCanonicalFormMethod · 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

no test coverage detected