Android SDK Version


public final class FileLruCache.Limits
Field Summary
Modifier and TypeFieldDescription
private IntegerbyteCount
private IntegerfileCount
Constructor Summary
ConstructorDescription
FileLruCache.Limits()
Method Summary
Modifier and TypeMethodDescription
final IntegergetByteCount()
final UnitsetByteCount(Integer byteCount)
final IntegergetFileCount()
final UnitsetFileCount(Integer fileCount)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

FileLruCache.Limits

FileLruCache.Limits()
Method Detail

getByteCount

 final IntegergetByteCount()

setByteCount

 final UnitsetByteCount(Integer byteCount)

getFileCount

 final IntegergetFileCount()

setFileCount

 final UnitsetFileCount(Integer fileCount)