Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TuiQiao/CBoard
/ put
Method
put
src/main/java/org/cboard/cache/CacheManager.java:8–8 ·
view source on GitHub ↗
(String key, T data, long expire)
Source
from the content-addressed store, hash-verified
6
public
interface
CacheManager<T> {
7
8
void
put(String key, T data, long expire);
9
10
T get(String key);
11
Callers
15
put
Method · 0.65
put
Method · 0.65
put
Method · 0.65
dataset
Method · 0.65
addFilterGroupId
Method · 0.65
addExpressionId
Method · 0.65
addDimensionId
Method · 0.65
deleteUser
Method · 0.65
updateUserRole
Method · 0.65
deleteUserRoles
Method · 0.65
persist
Method · 0.65
save
Method · 0.65
Implementers
3
HeapCacheManager
src/main/java/org/cboard/cache/HeapCac
EhCacheManager
src/main/java/org/cboard/cache/EhCache
RedisCacheManager
src/main/java/org/cboard/cache/RedisCa
Calls
no outgoing calls
Tested by
no test coverage detected