Class CachingFileProvider
This file provider caches pre-loads all files inside content root which measurably reduces access time on slow systems.
Also this fixes a problem with virtualized file system - file watchers which are used by PhysicalFileProvider are not stable
Inheritance
CachingFileProvider
Assembly: PoeShared.Blazor.Wpf.dll
Syntax
public sealed class CachingFileProvider : IFileProvider
Constructors
Properties
Methods
Extension Methods
ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)