public abstract class MemoryCache<K, V>
Internal use only.
void
get(@NonNull() Context context, @NonNull() K key, @NonNull() AsyncCallback<V, Exception> callback)
invalidate(@NonNull() K key)
clear()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
void get(@NonNull() Context context, @NonNull() K key, @NonNull() AsyncCallback<V, Exception> callback)
void invalidate(@NonNull() K key)
void clear()