Represents a thread-safe, in-memory cache of parts of type T with custom scavenging rules.
Namespace: FirstFloor.Documents.IO.CachingAssembly: 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
System..::..Object
FirstFloor.Documents.IO.Caching..::..PartCache<(Of <(<'T>)>)>
FirstFloor.Documents.IO.Caching..::..PartCacheMaxContentSize<(Of <(<'T>)>)>
FirstFloor.Documents.IO.Caching..::..PartCacheMaxCount<(Of <(<'T>)>)>
FirstFloor.Documents.IO.Caching..::..PartCache<(Of <(<'T>)>)>
FirstFloor.Documents.IO.Caching..::..PartCacheMaxContentSize<(Of <(<'T>)>)>
FirstFloor.Documents.IO.Caching..::..PartCacheMaxCount<(Of <(<'T>)>)>