Adds a key/value pair item into the cache with the specified absolute expiration date.
public virtual void Set(string key,object value,DateTime absoluteExpiration,string regionName)
Public Overridable Sub [Set](ByVal key As String,ByVal value As Object,ByVal absoluteExpiration As Date,ByVal regionName As String)
public:virtual void Set(String^ key,Object^ value,System::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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
