public static class CacheUtil.CachingCounters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
alreadyCachedBytes
Total number of already cached bytes.
|
long |
downloadedBytes
Total number of downloaded bytes.
|
| Constructor and Description |
|---|
CachingCounters() |
public long alreadyCachedBytes
public long downloadedBytes
CacheUtil.getCached(DataSpec, Cache, CachingCounters) sets it to the count of the missing
bytes or to C.LENGTH_UNSET if dataSpec is unbounded and content length isn't
available in the cache.