The interface for a cache of document parts of type T.

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

Syntax

C#
public interface IPartCache<T>
Visual Basic
Public Interface IPartCache(Of T)
Visual C++
generic<typename T>
public interface class IPartCache

Type Parameters

T
The part type.

See Also