This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method CacheItem(String, Object, CacheItemPriority, ICacheItemRefreshAction, array<ICacheItemExpiration>[]()[][])
Constructs a fully formed CacheItem.
Public method CacheItem(DateTime, String, Object, CacheItemPriority, ICacheItemRefreshAction, array<ICacheItemExpiration>[]()[][])
Constructs a fully formed CacheItem. This constructor is to be used when restoring an existing CacheItem from the backing store. As such, it does not generate its own Guid for this instance, but allows the guid to be passed in, as read from the backing store.

See Also

CacheItem Class
CacheItem Members
Advanced