Gets the items.

Namespace: FirstFloor.Documents.IO.Caching
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected Dictionary<Uri, PartCache<(Of <(<'T>)>)>..::..CacheItem> Items { get; }
Visual Basic
Protected ReadOnly Property Items As Dictionary(Of Uri, PartCache<(Of <(<'T>)>)>..::..CacheItem)
	Get
Visual C++
protected:
property Dictionary<Uri^, PartCache<(Of <(<'T>)>)>..::..CacheItem^>^ Items {
	Dictionary<Uri^, PartCache<(Of <(<'T>)>)>..::..CacheItem^>^ get ();
}

Field Value

The items.

See Also