Mirror to Cache.Add().
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- key
- Type:
System String
Cache key
- value
- Type:
System Object
Cache value
- dependencies
- Type: CMS.Helpers CMSCacheDependency
Cache dependencies
- absoluteExpiration
- Type:
System DateTime
Cache absolute expiration
- slidingExpiration
- Type:
System TimeSpan
Cache sliding expiration
- priority
- Type:
System.Web.Caching CacheItemPriority
Cache priority
- onCacheRemoveCallback (Optional)
- Type:
System.Web.Caching CacheItemRemovedCallback
Cache callback on remove
- caseSensitive (Optional)
- Type:
System Boolean
Cache key is case sensitive
See Also