MCPcopy Create free account
hub / github.com/dTsitsigkos/Amnesia / put

Method put

src/main/java/algorithms/flash/HistoryBuffers.java:76–78  ·  view source on GitHub ↗

Adds an entry to this cache. The new entry becomes the MRU (most recently used) entry. If an entry with the specified key already exists in the cache, it is replaced by the new entry. If the cache is full, the LRU (least recently used) entry is removed from the cache. @param key the key with whic

(GridNode key, Buffer value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

computeMethod · 0.45
examineAndIdentifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected