MCPcopy Create free account
hub / github.com/comunes/kune / cache

Method cache

src/main/java/cc/kune/core/client/state/ContentCache.java:47–47  ·  view source on GitHub ↗

Cache. @param token the token @param content the content

(StateToken token, StateAbstractDTO content)

Source from the content-addressed store, hash-verified

45 * the content
46 */
47 void cache(StateToken token, StateAbstractDTO content);
48
49 /**
50 * Gets the content.

Callers 2

setRetrievedStateMethod · 0.65
setStateMethod · 0.65

Implementers 1

ContentCacheDefaultsrc/main/java/cc/kune/core/client/stat

Calls

no outgoing calls

Tested by

no test coverage detected