Cache Class
Basic cache support that is compatible with local storage.
Inheritance Hierarchy
Scribe.Core.ConnectorApi.Common Cache
Namespace: Scribe.Core.ConnectorApi.Common
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
[DataContractAttribute] public class Cache
The Cache type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the Cache class |
Methods
|
|
Name |
Properties |
|---|---|---|
|
|
Adds objects to the cache. |
|
|
|
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
|
|
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
|
Gets the Type of the current instance. (Inherited from Object.) |
|
|
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
|
Removes an object from the cache. |
|
|
|
Returns a string that represents the current object. (Inherited from Object.) |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Description of cache |
|
|
|
The unique identifier |
|
|
|
Retrieves an object from the cache. |
|
|
|
The type of the cache item objects. Used for local storage serialization/deserialization to local storage |
|
|
|
The name of cache |
|
|
|
The version of cache |
See