public interface FileCacheEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
evict(FileCacheEntry entry)
Evict event, called when the entry is being evicted out of the cache
|
void |
refresh(FileCacheEntry entry)
Refresh event, called when the entry is being refreshed from file system.
|
void refresh(FileCacheEntry entry) throws Exception
entry - the entry being refreshed.Exceptionvoid evict(FileCacheEntry entry) throws Exception
entry - the entry being refreshed.ExceptionCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.