Interface IMediaCacheStoreItemListener


  • 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.
     
    • Method Detail

      • init

        void init()
        Initialise the CacheStoreItemListener
      • processMediaCacheItemEvent

        void processMediaCacheItemEvent​(IMediaCacheStoreItemEvent itemEvent)
        Process the itemEvent presented at GC time
        Parameters:
        itemEvent -