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 CacheManager |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CacheManager |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Clear |
Clears all entries from the cache.
|
|
ContainsEntry |
Determines whether an entry exists for the specified key.
|
|
CreateEntry |
Creates a new cache entry for writing.
|
|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize |
Static initializer for the default CacheManager.
|
|
Remove | Overloaded. | |
ToString | (Inherited from Object.) | |
TryGetEntryForReading | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
CacheManager is reclaimed by garbage collection.
(Overrides Object..::Finalize()()()().) |
|
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Tools.Caching.Angelina Namespace