<PackageReference Include="Castle.Windsor" Version="5.1.2" />

IScopeCache

public interface IScopeCache
Represents persistence mechanism for instances of components that are supposed to be reused within scope managing the cache.
namespace Castle.MicroKernel.Lifestyle.Scoped { public interface IScopeCache { Burden this[object id] { get; set; } } }