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

Method put

library/src/com/android/volley/Cache.java:38–38  ·  view source on GitHub ↗

Adds or replaces an entry to the cache. @param key Cache key @param entry Data to store and metadata for cache coherency, TTL, etc.

(String key, Entry entry)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

putCacheMethod · 0.65
runMethod · 0.65
addMethod · 0.65
startMethod · 0.65
runMethod · 0.65
putBitmapMethod · 0.65
putEntryMethod · 0.65
addBitmapToCacheMethod · 0.65
addBitmapToCacheMethod · 0.65
addMultipartParamMethod · 0.65
addStringParamMethod · 0.65
addFileMethod · 0.65

Implementers 4

DiskBasedCachelibrary/src/com/android/volley/cache/D
NoCachelibrary/src/com/android/volley/cache/N
DiskLruBasedCachelibrary/src/com/android/volley/cache/D
DiskBasedCachelibrary/src/com/android/volley/error/D

Calls

no outgoing calls

Tested by

no test coverage detected