Interface | Description |
---|---|
Getter<E extends java.lang.Exception> |
A generic Getter entity for obtaining access to a Memoized Value.
|
Class | Description |
---|---|
FileModificationRegistry |
The
FileModificationRegistry tracks the 'version' of files. |
FileModifiedChecker | |
FileVersion | |
MemoizedFile |
Provides similar methods to
File and wraps a File object. |
MemoizedFileAccessor | |
MemoizedFileRelativePathUtility | |
MemoizedValue<T> |
Provides Memoization by using the
FileModificationRegistry to check whether or not files have changed and
values need to be recomputed. |