Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The CacheExpire type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CacheExpire |
Initializes a new instance of the CacheExpire class.
|
Methods
| Name | Description | |
|---|---|---|
| CheckExpired |
Check if an Item within cache is already expired upon Get Request
| |
| CleanUp |
Returns a list of String with key's to clean up from
the cache.
| |
| Clear |
Clear all items within the expiry table.
| |
| DumpCacheItemAt |
Dumps the cache item at.
If key is already available, it will update the expire date and time.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetExpireDateTime |
Check if an Item within cache is already expired upon Get Request
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes the specified key.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Enable |
Gets/sets the Enable
|