PerScopedRequestLifetime
Represents a per resolution request lifetime.
namespace Stashbox.Lifetime
{
public class PerScopedRequestLifetime : TransientLifetime
{
private protected override bool StoreResultInLocalVariable => true;
}
}