This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initialize a new instance of the CacheCapacityScavengingPolicy class with the name of the cache manager and the proxy to the configuration data.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public CacheCapacityScavengingPolicy( int maximumElementsInCacheBeforeScavenging ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub New ( _ maximumElementsInCacheBeforeScavenging As Integer _ ) |
Parameters
- maximumElementsInCacheBeforeScavenging
- Int32
The proxy to the latest configuration data.
See Also
Smartsite.Tools.Caching Namespace