public interface IMediaCacheStoreItemListener
Interface for Store Item GC events
When an item within a store is about to be processed for removal this interface can be called and provide information on the item and the ability to change/update the decision being made.
The interface IMediaCacheStoreItemEvent provides the context of the item being removed.
| Modifier and Type | Method | Description |
|---|---|---|
void |
init() |
Initialise the CacheStoreItemListener
|
void |
processMediaCacheItemEvent(IMediaCacheStoreItemEvent itemEvent) |
Process the itemEvent presented at GC time
|
void init()
void processMediaCacheItemEvent(IMediaCacheStoreItemEvent itemEvent)
itemEvent -