A C D E F G I M N O R S

A

abort() - Method in class com.jakewharton.DiskLruCache.Editor
Aborts this edit.

C

close() - Method in class com.jakewharton.DiskLruCache
Closes this cache.
close() - Method in class com.jakewharton.DiskLruCache.Snapshot
 
com.jakewharton - package com.jakewharton
 
commit() - Method in class com.jakewharton.DiskLruCache.Editor
Commits this edit so it is visible to readers.

D

delete() - Method in class com.jakewharton.DiskLruCache
Closes the cache and deletes all of its stored values.
DiskLruCache - Class in com.jakewharton
A cache that uses a bounded amount of space on a filesystem.
DiskLruCache.Editor - Class in com.jakewharton
Edits the values for an entry.
DiskLruCache.Snapshot - Class in com.jakewharton
A snapshot of the values for an entry.

E

edit(String) - Method in class com.jakewharton.DiskLruCache
Returns an editor for the entry named key, or null if it cannot currently be edited.

F

flush() - Method in class com.jakewharton.DiskLruCache
Force buffered operations to the filesystem.

G

get(String) - Method in class com.jakewharton.DiskLruCache
Returns a snapshot of the entry named key, or null if it doesn't exist is not currently readable.
getDirectory() - Method in class com.jakewharton.DiskLruCache
Returns the directory where this cache stores its data.
getInputStream(int) - Method in class com.jakewharton.DiskLruCache.Snapshot
Returns the unbuffered stream with the value for index.
getString(int) - Method in class com.jakewharton.DiskLruCache.Editor
Returns the last committed value as a string, or null if no value has been committed.
getString(int) - Method in class com.jakewharton.DiskLruCache.Snapshot
Returns the string value for index.

I

isClosed() - Method in class com.jakewharton.DiskLruCache
Returns true if this cache has been closed.

M

maxSize() - Method in class com.jakewharton.DiskLruCache
Returns the maximum number of bytes that this cache should use to store its data.

N

newInputStream(int) - Method in class com.jakewharton.DiskLruCache.Editor
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
newOutputStream(int) - Method in class com.jakewharton.DiskLruCache.Editor
Returns a new unbuffered output stream to write the value at index.

O

open(File, int, int, long) - Static method in class com.jakewharton.DiskLruCache
Opens the cache in directory, creating a cache if none exists there.

R

remove(String) - Method in class com.jakewharton.DiskLruCache
Drops the entry for key if it exists and can be removed.

S

set(int, String) - Method in class com.jakewharton.DiskLruCache.Editor
Sets the value at index to value.
size() - Method in class com.jakewharton.DiskLruCache
Returns the number of bytes currently being used to store the values in this cache.

A C D E F G I M N O R S

Copyright © 2012 Jake Wharton. All Rights Reserved.