BrakePedal.MemoryThrottleRepository.MemoryThrottleRepository C# (CSharp) Метод

MemoryThrottleRepository() публичный Метод

public MemoryThrottleRepository ( ) : System
Результат System
        public MemoryThrottleRepository()
        {
            _store = new MemoryCache("throttleRepository");
        }

Same methods

MemoryThrottleRepository::MemoryThrottleRepository ( ObjectCache cache ) : System