다음을 통해 공유


IChunkTreeCache 인터페이스

정의

구문 분석된 ChunkTree에 대한 캐시입니다.

public interface class IChunkTreeCache : IDisposable
public interface IChunkTreeCache : IDisposable
type IChunkTreeCache = interface
    interface IDisposable
Public Interface IChunkTreeCache
Implements IDisposable
파생
구현

메서드

GetOrAdd(String, Func<IFileInfo,ChunkTree>)

기존 ChunkTree를 얻거나 캐시에서 사용할 수 없거나 만료된 경우 새 를 만들고 추가합니다.

적용 대상