BrakePedal.MemoryThrottleRepository.MemoryThrottleRepository C# (CSharp) 메소드

MemoryThrottleRepository() 공개 메소드

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

Same methods

MemoryThrottleRepository::MemoryThrottleRepository ( ObjectCache cache ) : System