Share via


IChunkTreeCache Interface

Definition

A cache for parsed ChunkTrees.

public interface class IChunkTreeCache : IDisposable
public interface IChunkTreeCache : IDisposable
type IChunkTreeCache = interface
    interface IDisposable
Public Interface IChunkTreeCache
Implements IDisposable
Derived
Implements

Methods

GetOrAdd(String, Func<IFileInfo,ChunkTree>)

Get an existing ChunkTree, or create and add a new one if it is not available in the cache or is expired.

Applies to