Uses of Class
net.jalbum.util.DiskCache.DCException
-
Uses of DiskCache.DCException in net.jalbum.util
Modifier and TypeMethodDescriptionvoid
DiskCache.onError
(Consumer<DiskCache.DCException> errorHandler) Modifier and TypeMethodDescriptionvoid
DiskCache.refresh()
Load files that have been added by the add() calls into the primary cache dir.Older files present in local cache that aren't added are deleted from primary local cache.void
DiskCache.refresh
(boolean abortOnError) Like refresh(), but will throw an OperationAbortedException on error