This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents a CacheItem as stored in Isolated Storage. This class is responsible for storing and restoring the item from the underlying file system store.

Namespace: Smartsite.Tools.Caching.BackingStoreImplementations
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public class IsolatedStorageCacheItem
Visual Basic (Declaration)Copy imageCopy Code
Public Class IsolatedStorageCacheItem

Inheritance Hierarchy

System..::..Object
  Smartsite.Tools.Caching.BackingStoreImplementations..::..IsolatedStorageCacheItem

See Also

Advanced