Represents a cache with a maximum number of items.

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

Syntax

C#
public class PartCacheMaxCount<T> : PartCache<T>
Visual Basic
Public Class PartCacheMaxCount(Of T) _
	Inherits PartCache(Of T)
Visual C++
generic<typename T>
public ref class PartCacheMaxCount : public PartCache<T>

Type Parameters

T
The part type.

Inheritance Hierarchy

System..::..Object
  FirstFloor.Documents.IO.Caching..::..PartCache<(Of <(<'T>)>)>
    FirstFloor.Documents.IO.Caching..::..PartCacheMaxCount<(Of <(<'T>)>)>

See Also