Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TrsstProject/trsst
/ put
Method
put
src/main/java/com/trsst/server/CachingStorage.java:78–80 ·
view source on GitHub ↗
(String token, Object value)
Source
from the content-addressed store, hash-verified
76
}
77
78
private
void
put(String token, Object value) {
79
cache.put(token, value);
80
}
81
82
private
void
purge(String prefix) {
83
// purge all keys with prefix
Callers
15
getFeedIds
Method · 0.95
getCategories
Method · 0.95
getEntryCountForFeedId
Method · 0.95
getEntryIds
Method · 0.95
getEntryIdsForFeedId
Method · 0.95
readFeed
Method · 0.95
readEntry
Method · 0.95
readFeedEntryResourceType
Method · 0.95
getHeaders
Method · 0.80
getCollectionAdapter
Method · 0.80
setPattern
Method · 0.80
pullLaterFromRelay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected