PhotoMemoryCache

public class PhotoMemoryCache extends MemoryCache<ImageDocument, Photo>

Internal use only.

Constructors

PhotoMemoryCache
Link copied to clipboard
void PhotoMemoryCache(@NonNull() DocumentDataMemoryCache documentDataMemoryCache)

Functions

clear
Link copied to clipboard
void clear()
get
Link copied to clipboard
void get(@NonNull() Context context, @NonNull() K key, @NonNull() AsyncCallback<V, Exception> callback)
invalidate
Link copied to clipboard
void invalidate(@NonNull() K key)