跳过导航链接
A B C D E F G I M N O R S W 

A

abort() - 类 中的方法cc.fussen.cache.DiskLruCache.Editor
Aborts this edit.
abortUnlessCommitted() - 类 中的方法cc.fussen.cache.DiskLruCache.Editor
 

B

Bulder - cc.fussen.cache中的类
Created by Fussen on 2017/12/6.
Bulder() - 类 的构造器cc.fussen.cache.Bulder
 

C

Cache - cc.fussen.cache中的类
Created by Fussen on 2017/12/4.
Cache() - 类 的构造器cc.fussen.cache.Cache
 
CacheManager - cc.fussen.cache中的类
Created by Fussen on 2017/12/4.
CacheManager(Context) - 类 的构造器cc.fussen.cache.CacheManager
 
cc.fussen.cache - 程序包 cc.fussen.cache
 
close() - 类 中的方法cc.fussen.cache.DiskLruCache
Closes this cache.
close() - 类 中的方法cc.fussen.cache.DiskLruCache.Snapshot
 
closeCache() - 类 中的静态方法cc.fussen.cache.Cache
close cache
closeCache() - 类 中的方法cc.fussen.cache.CacheManager
close cache
commit() - 类 中的方法cc.fussen.cache.DiskLruCache.Editor
Commits this edit so it is visible to readers.

D

delete() - 类 中的方法cc.fussen.cache.DiskLruCache
Closes the cache and deletes all of its stored values.
DiskLruCache - cc.fussen.cache中的类
A cache that uses a bounded amount of space on a filesystem.
DiskLruCache.Editor - cc.fussen.cache中的类
Edits the values for an entry.
DiskLruCache.Snapshot - cc.fussen.cache中的类
A snapshot of the values for an entry.

E

edit(String) - 类 中的方法cc.fussen.cache.DiskLruCache
Returns an editor for the entry named key, or null if another edit is in progress.
edit() - 类 中的方法cc.fussen.cache.DiskLruCache.Snapshot
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
encodeKey(String) - 类 中的静态方法cc.fussen.cache.MD5
将key MD5编码

F

flush() - 类 中的方法cc.fussen.cache.DiskLruCache
Force buffered operations to the filesystem.

G

get() - 类 中的静态方法cc.fussen.cache.Bulder
 
get(Context) - 类 中的方法cc.fussen.cache.Bulder
 
get(String) - 类 中的方法cc.fussen.cache.DiskLruCache
Returns a snapshot of the entry named key, or null if it doesn't exist is not currently readable.
getCache(String, Class<T>) - 类 中的方法cc.fussen.cache.CacheManager
read cache
getCacheList(String, Class<T>) - 类 中的方法cc.fussen.cache.CacheManager
read list cache
getDirectory() - 类 中的方法cc.fussen.cache.DiskLruCache
Returns the directory where this cache stores its data.
getImageCache(String) - 类 中的方法cc.fussen.cache.CacheManager
get image cache by image url
getInputStream(int) - 类 中的方法cc.fussen.cache.DiskLruCache.Snapshot
Returns the unbuffered stream with the value for index.
getLength(int) - 类 中的方法cc.fussen.cache.DiskLruCache.Snapshot
Returns the byte length of the value for index.
getManager() - 类 中的方法cc.fussen.cache.Bulder
 
getMaxSize() - 类 中的方法cc.fussen.cache.DiskLruCache
Returns the maximum number of bytes that this cache should use to store its data.
getString(int) - 类 中的方法cc.fussen.cache.DiskLruCache.Editor
Returns the last committed value as a string, or null if no value has been committed.
getString(int) - 类 中的方法cc.fussen.cache.DiskLruCache.Snapshot
Returns the string value for index.

I

isClosed() - 类 中的方法cc.fussen.cache.DiskLruCache
Returns true if this cache has been closed.

M

MD5 - cc.fussen.cache中的类
Created by Fussen on 2017/12/6.
MD5() - 类 的构造器cc.fussen.cache.MD5
 

N

newInputStream(int) - 类 中的方法cc.fussen.cache.DiskLruCache.Editor
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
newOutputStream(int) - 类 中的方法cc.fussen.cache.DiskLruCache.Editor
Returns a new unbuffered output stream to write the value at index.

O

open(File, int, int, long) - 类 中的静态方法cc.fussen.cache.DiskLruCache
Opens the cache in directory, creating a cache if none exists there.

R

readListStream(InputStream, Class<T>) - 类 中的静态方法cc.fussen.cache.StreamUtil
 
readStream(InputStream, Class<T>) - 类 中的静态方法cc.fussen.cache.StreamUtil
 
remove(String) - 类 中的方法cc.fussen.cache.CacheManager
delete cache by key
remove(String) - 类 中的方法cc.fussen.cache.DiskLruCache
Drops the entry for key if it exists and can be removed.

S

saveCache(String, Object) - 类 中的方法cc.fussen.cache.CacheManager
save cache
saveImage(String) - 类 中的方法cc.fussen.cache.CacheManager
save image cache
set(int, String) - 类 中的方法cc.fussen.cache.DiskLruCache.Editor
Sets the value at index to value.
setMaxSize(long) - 类 中的方法cc.fussen.cache.DiskLruCache
 
setPath(String) - 类 中的方法cc.fussen.cache.CacheManager
set cache path
size() - 类 中的方法cc.fussen.cache.DiskLruCache
 
StreamUtil - cc.fussen.cache中的类
Created by Fussen on 2017/12/12.
StreamUtil() - 类 的构造器cc.fussen.cache.StreamUtil
 

W

with(Context) - 类 中的静态方法cc.fussen.cache.Cache
 
writeToStream(OutputStream, Object) - 类 中的静态方法cc.fussen.cache.StreamUtil
 
writeUrlToStream(String, OutputStream) - 类 中的静态方法cc.fussen.cache.StreamUtil
url to diskStream
A B C D E F G I M N O R S W 
跳过导航链接