Package com.octo.android.robospice.persistence.memory

Class Summary
BitmapLruCache LruCache for Bitmaps.
CacheItem<T> The CacheItem class represents a cached object, consisting of a piece of data and a time stamp marking when the data was added to the cache.
LruCache<K,V> Static library version of LruCache.
LruCacheBitmapObjectPersister LruCacheObjectPersister dedicated to Strings.
LruCacheObjectPersister<T> Abstract in-memory object persister, based on the Android LRUCache.
LruCacheStringObjectPersister LruCacheObjectPersister dedicated to Strings.
StringLruCache LruCache for String.
 



Copyright © 2012-2014. All Rights Reserved.