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 Code |
---|---|
public class ExpirationTask |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ExpirationTask |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
DoExpirations |
Perform the cacheItemExpirations.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MarkAsExpired |
Mark each CacheItem as expired.
|
|
PrepareForSweep |
Prepare to sweep the CacheItems.
|
|
SweepExpiredItemsFromCache |
Sweep and remove the CacheItems.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Tools.Caching Namespace