SaaS CMS has officially launched! Learn more now.

Namespace Mediachase.Data.Provider.Internal

Classes

CommerceCacheSettings

This class is intended to be used internally by EPiServer. We do not support any backward compatibility on this. Please DO NOT use this on your project. General Commerce cache settings.

IndexedCollectionBase<T>

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Base class for collections extending System.Collections.ReadOnlyCollectionBase with an an indexer on some string field.

ObjectWrapper

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Factory class for ObjectWrapper<T>.

ObjectWrapper<T>

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Generic wrapper class. Can be used when inserting an item into cache, allowing to insert null items. Null items can be used for no-hit caching, and the recommendation is then to reuse the same instance for all no-hits to avoid instantiating many objects.