Represents a cache with a maximum content size.

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 PartCacheMaxContentSize<T> : PartCache<T>
where T : ICollection
Visual Basic
Public Class PartCacheMaxContentSize(Of T As ICollection) _
	Inherits PartCache(Of T)
Visual C++
generic<typename T>
where T : ICollection
public ref class PartCacheMaxContentSize : public PartCache<T>

Type Parameters

T
The part type.

Inheritance Hierarchy

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

See Also