Represents a thread-safe, in-memory cache of parts of type T with custom scavenging rules.

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 PartCache<T> : IPartCache<T>
Visual Basic
Public Class PartCache(Of T) _
	Implements IPartCache(Of T)
Visual C++
generic<typename T>
public ref class PartCache : IPartCache<T>

Type Parameters

T
The part type.

Inheritance Hierarchy

See Also