Share via


BaseBackingStore Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Base class for backing stores. Contains implementations of common policies and utilities usable by all backing stores.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
PublicMustInheritClassBaseBackingStore _
    Implements IBackingStore, IDisposable
publicabstractclassBaseBackingStore : IBackingStore, 
    IDisposable
publicref classBaseBackingStoreabstract : IBackingStore, 
    IDisposable
publicabstractclass BaseBackingStore implements IBackingStore, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.BaseBackingStore
    Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.IsolatedStorageBackingStore
    Microsoft.Practices.EnterpriseLibrary.Caching.Database.DataBackingStore

See Also

BaseBackingStore Members

Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.