Share via


BaseBackingStore.LoadDataFromStore Method

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.

Responsible for loading items from underlying persistence store. This method should do no filtering to remove expired items.

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

Syntax

'Declaration
ProtectedMustOverrideFunctionLoadDataFromStoreAs Hashtable
protectedabstract Hashtable LoadDataFromStore()
protected:
virtual Hashtable^ LoadDataFromStore() abstract
protectedabstractfunctionLoadDataFromStore() : Hashtable

Return Value

Hash table of all items loaded from persistence store

See Also

BaseBackingStore Class

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.