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; }
}
}