| Constructor and Description |
|---|
AllLruDiskCache(android.content.Context c) |
AllLruDiskCache(android.content.Context c,
int sizeMb) |
AllLruDiskCache(File directory,
int appVersion,
long maxSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isForMimeType(String mimeType)
Determines if the the cache implementation can store values of the given mime type
|
clear, get, put, putRaw, remove, setParserWriterPool, updateExpirationTimestamppublic AllLruDiskCache(File directory, int appVersion, long maxSize) throws IOException
IOExceptionpublic AllLruDiskCache(android.content.Context c,
int sizeMb)
throws IOException
IOExceptionpublic AllLruDiskCache(android.content.Context c)
throws IOException
IOExceptionCopyright © 2015 Hannes Dorfmann. All rights reserved.