DefaultChunkTreeCache Class

Definition

Default implementation of IChunkTreeCache.

public ref class DefaultChunkTreeCache : IDisposable, Microsoft::AspNetCore::Mvc::Razor::Directives::IChunkTreeCache
public class DefaultChunkTreeCache : IDisposable, Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkTreeCache
type DefaultChunkTreeCache = class
    interface IChunkTreeCache
    interface IDisposable
Public Class DefaultChunkTreeCache
Implements IChunkTreeCache, IDisposable
Inheritance
DefaultChunkTreeCache
Implements

Constructors

DefaultChunkTreeCache(IFileProvider)

Initializes a new instance of DefaultChunkTreeCache.

Methods

Dispose()
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