Click or drag to resize
Caching Methods

The Caching type exposes the following members.

Methods
  Name Description
Public method AddT
Adds an object of type T to the cache.
Public method Delete
Deletes the object from cache.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Exists
Checks if a cache item exists by its key.
Public method Extend
Extends the expiration of the cache object.
Public method GetT
Returns a generic cache item by its key.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also