This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This class is used when no backing store is needed to support the caching storage policy. Its job is to provide an implementation of a backing store that does nothing, merely enabling the cache to provide a strictly in-memory cache.

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

Syntax

C#Copy imageCopy Code
public class NullBackingStore : , 
	
Visual Basic (Declaration)Copy imageCopy Code
Public Class NullBackingStore _
	Implements , 

Inheritance Hierarchy

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

See Also

Advanced