With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Namespace Mediachase.Data.Provider.Internal

Classes

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.