![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This interface defines the contract that must be implemented to create an object that can be used to refresh
an expired item from the cache. The implementing class must be serializable. Care must be taken when implementing
this interface not to create an object that maintains too much state about its environment, as all portions of its
environment will be serialized as well, creating possibly a huge object graph.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | ![]() |
---|---|
public interface ICacheItemRefreshAction |
Visual Basic (Declaration) | ![]() |
---|---|
Public Interface ICacheItemRefreshAction |
See Also
ICacheItemRefreshAction Members
Smartsite.Tools.Caching Namespace