MCPcopy Create free account
hub / github.com/DWorkS/VolleyPlus / DiskLruCache

Class DiskLruCache

library/src/com/android/volley/misc/DiskLruCache.java:92–922  ·  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,64} . Values are byte sequences, accessible as streams or files. Each value must be between 0 and {@code Int

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