CacheStoreProvider.Insert Method (String, Object, CacheInsertOptions)
Inserts an object and dependencies into the cache.
Assembly: System.Web (in System.Web.dll)
Public MustOverride Sub Insert ( key As String, item As Object, options As CacheInsertOptions )
Parameters
- key
-
Type:
System.String
The key that is used to reference the object.
- item
-
Type:
System.Object
The item to insert into the cache.
- options
-
Type:
System.Web.Caching.CacheInsertOptions
The cache options.
.NET Framework
Available since 4.7
Available since 4.7
Show: