Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
public
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
get
Method · 0.65
processQueue
Method · 0.65
findTemplateSource
Method · 0.65
findTemplateSource
Method · 0.65
get
Method · 0.65
put
Method · 0.65
relinkEntryAfterStrongHead
Method · 0.65
getTemplate
Method · 0.65
concatPath
Method · 0.65
get
Method · 0.65
accept
Method · 0.65
getCanonicalForm
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
no test coverage detected