Caching Class |
Namespace: ConnectedApps.Cms.Sdk.Data
The Caching type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddT |
Adds an object of type T to the cache.
|
![]() | Delete |
Deletes the object from cache.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Exists |
Checks if a cache item exists by its key.
|
![]() | Extend |
Extends the expiration of the cache object.
|
![]() | GetT |
Returns a generic cache item by its key.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |