MCPcopy 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

getFeedIdsMethod · 0.95
getCategoriesMethod · 0.95
getEntryIdsMethod · 0.95
getEntryIdsForFeedIdMethod · 0.95
readFeedMethod · 0.95
readEntryMethod · 0.95
getHeadersMethod · 0.80
getCollectionAdapterMethod · 0.80
setPatternMethod · 0.80
pullLaterFromRelayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected