Searched refs:maxCacheSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java69 * @param maxCacheSizeInBytes The maximum size of the cache in bytes.
71 public DiskBasedCache(File rootDirectory, int maxCacheSizeInBytes) { argument
73 mMaxCacheSizeInBytes = maxCacheSizeInBytes;

Completed in 70 milliseconds