Table of Contents

Class ChunkCache

Namespace
PureHDF.VOL.Native
Assembly
PureHDF.dll

A static class to provide a default value for chunk cache factories.

public static class ChunkCache
Inheritance
ChunkCache

Properties

DefaultReadingChunkCacheFactory

Gets or sets the default chunk cache factory for reading.

public static Func<IReadingChunkCache> DefaultReadingChunkCacheFactory { get; set; }

Property Value

Func<IReadingChunkCache>

DefaultWritingChunkCacheFactory

Gets or sets the default chunk cache factory for writing.

public static Func<IWritingChunkCache> DefaultWritingChunkCacheFactory { get; set; }

Property Value

Func<IWritingChunkCache>