| Interface | Description |
|---|---|
| FileCache.Cacheable |
Cacheable item for FileCache.
|
| FileCache.Expiration<T> |
Determines whether a cached item has expired
|
| FileCache.Expireable |
Allows expire method to be called for a cached item when it is expired from the cache
|
| FileCache.ItemCreator<T> |
Creates an item to store in the cache
|
| Class | Description |
|---|---|
| FileCache<T extends FileCache.Cacheable> |
FileCache stores items associated with a file and expires them if the file is removed or modified.
|
| FileCache.LastModifiedExpiration<T> |
Expires items if the lastModified of the file is greater than the cached time for the item.
|