Uses of Class
net.jalbum.util.DiskCache.DCException
Packages that use DiskCache.DCException
-
Uses of DiskCache.DCException in net.jalbum.util
Methods in net.jalbum.util that return DiskCache.DCExceptionMethod parameters in net.jalbum.util with type arguments of type DiskCache.DCExceptionModifier and TypeMethodDescriptionvoidDiskCache.onError(Consumer<DiskCache.DCException> errorHandler) Methods in net.jalbum.util that throw DiskCache.DCExceptionModifier and TypeMethodDescriptionvoidDiskCache.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.voidDiskCache.refresh(boolean abortOnError) Like refresh(), but will throw an OperationAbortedException on error