MCPcopy Create free account
hub / github.com/JavaNoober/Light / DiskLruCache

Class DiskLruCache

light/src/main/java/com/light/core/cache/DiskLruCache.java:72–927  ·  view source on GitHub ↗

A cache that uses a bounded amount of space on a filesystem. Each cache entry has a string key and a fixed number of values. Each key must match the regex [a-z0-9_-]{1,120} . Values are byte sequences, accessible as streams or files. Each value must be between 0 and {@code In

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected