Interface IMediaCacheStoreTraverseItem


public interface IMediaCacheStoreTraverseItem
Interface to provide per MediaCache store item access when traversing the item tree

This interface is used as part of the cache reload functionality and can not be changed out from the internal implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an item is selected.
  • Method Details

    • onItem

      void onItem(IMediaCacheStoreItem item)
      Called when an item is selected.
      Parameters:
      item -