- 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.
- 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.