This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface ICacheItemRefreshAction
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface ICacheItemRefreshAction

The type exposes the following members.

Public Methods

  Name Description
Public method Refresh
Called when an item expires from the cache. This method can be used to notify an application that the expiration occurred, cause the item to be refetched and refreshed from its original location, or perform any other application-specific action.

See Also

Advanced