public interface FileCacheListener
| Modifier and Type | Method and Description |
|---|---|
void |
cacheable(FileCollection files)
Indicates that the given files are cacheable, and are not expected to change until invalidated.
|
void |
invalidate(FileCollection files)
Indicates that the given files may have changed, and should no longer be considered cacheable.
|
void |
invalidateAll()
Indicates that any file may have changed, and should no longer be considered cacheable.
|
void cacheable(FileCollection files)
void invalidate(FileCollection files)
void invalidateAll()
Copyright © 2013. All rights reserved