LocalCacheStorage Class
Persists a cache object to the Connectors local storage area.
Inheritance Hierarchy
Scribe.Core.ConnectorApi.Common LocalCacheStorage
Namespace: Scribe.Core.ConnectorApi.Common
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public class LocalCacheStorage
The LocalCacheStorage type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
set up the for cache storage in the Connector folder. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Stores a cache object including its cache items to local storage |
|
|
|
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.) |
|
|
|
Loads a cache object including its cache items from local storage |
|
|
|
Loads a cache object including its cache items from local storage |
|
|
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
|
Stores a cache object including its cache items to local storage |
|
|
|
Stores a cache object including its cache items to local storage |
|
|
|
Returns a string that represents the current object. (Inherited from Object.) |
See