Is this page helpful?
Adds a key/value pair item into the cache with the specified absolute expiration date.
public virtual void Set<T>(
string key,
T value,
DateTime absoluteExpiration,
string regionName
)
key
Unique identifier of the cache item.
value
Data for the cache item.
absoluteExpiration
Absolute expiration date to use.
regionName
Optional name of a region in cache.
If the item is already in the cache, then it will be replaced with the new item and its policy updated.