|
|
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initialzie a new instance of a Cache class with a backing store, and scavenging policy.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
| C# | |
|---|---|
public Cache( backingStore, scavengingPolicy ) | |
| Visual Basic (Declaration) | |
|---|---|
Public Sub New ( _ backingStore As , _ scavengingPolicy As _ ) | |
Parameters
- backingStore
- IBackingStore
The cache backing store.
- scavengingPolicy
- CacheCapacityScavengingPolicy
The scavenging policy.
See Also
Cache Class
Smartsite.Tools.Caching Namespace