CacheStoreProvider.AddDependent Method (String, CacheDependency, DateTime)
Adds a dependant entity to the cache.
Assembly: System.Web (in System.Web.dll)
Public MustOverride Function AddDependent ( key As String, dependency As CacheDependency, <OutAttribute> ByRef utcLastUpdated As Date ) As Boolean
Parameters
- key
-
Type:
System.String
The key.
- dependency
-
Type:
System.Web.Caching.CacheDependency
The dependant item.
- utcLastUpdated
- Type: System.DateTime
Return Value
Type: System.BooleanThe time the parent entry was created, if it exits; otherwise DateTimeMinValue.
.NET Framework
Available since 4.7
Available since 4.7
Show: