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

IScopeCache

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

Saves or retrieves a Burden stored in the cache associated with the given id.