BrakePedal.MemoryThrottleRepository.MemoryThrottleRepository C# (CSharp) Method

MemoryThrottleRepository() public method

public MemoryThrottleRepository ( ) : System
return System
        public MemoryThrottleRepository()
        {
            _store = new MemoryCache("throttleRepository");
        }

Same methods

MemoryThrottleRepository::MemoryThrottleRepository ( ObjectCache cache ) : System