MCPcopy Index your code
hub / github.com/wyouflf/xUtils3 / size

Method size

xutils/src/main/java/org/xutils/cache/LruCache.java:279–281  ·  view source on GitHub ↗

For caches that do not override #sizeOf, this returns the number of entries in the cache. For all other caches, this returns the sum of the sizes of the entries in this cache.

()

Source from the content-addressed store, hash-verified

277 * the sizes of the entries in this cache.
278 */
279 public synchronized final int size() {
280 return size;
281 }
282
283 /**
284 * For caches that do not override {@link #sizeOf}, this returns the maximum

Callers 15

runMethod · 0.45
deleteExpiryMethod · 0.45
checkDownloadTaskMethod · 0.45
getRequestBodyMethod · 0.45
params2JsonMethod · 0.45
toJSONStringMethod · 0.45
invokeMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
buildStatementMethod · 0.45
getBindArgsMethod · 0.45
getBindArgsAsStrArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected