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 CacheSignature |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CacheSignature |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
AllKeys | (Inherited from NameValueCollection.) | |
Count | (Inherited from NameObjectCollectionBase.) | |
Hash |
Gets the MD5 cache hash key, that will be computed using all elements in the signature.
|
|
Item | (Inherited from NameValueCollection.) | |
Item | (Inherited from NameValueCollection.) | |
Keys | (Inherited from NameObjectCollectionBase.) |
Protected Properties
Name | Description | |
---|---|---|
IsReadOnly | (Inherited from NameObjectCollectionBase.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::..IsSynchronized | (Inherited from NameObjectCollectionBase.) | |
ICollection..::..SyncRoot | (Inherited from NameObjectCollectionBase.) |
See Also
Smartsite.Base Namespace