-
public final class FileLruCache.Limits
-
-
Constructor Summary
Constructors Constructor Description FileLruCache.Limits()
-
Method Summary
Modifier and Type Method Description final IntegergetByteCount()final UnitsetByteCount(Integer byteCount)final IntegergetFileCount()final UnitsetFileCount(Integer fileCount)-
-
Method Detail
-
getByteCount
final Integer getByteCount()
-
setByteCount
final Unit setByteCount(Integer byteCount)
-
getFileCount
final Integer getFileCount()
-
setFileCount
final Unit setFileCount(Integer fileCount)
-
-
-
-