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

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

public MemoryThrottleRepository ( ObjectCache cache ) : System
cache ObjectCache
Результат System
        public MemoryThrottleRepository(ObjectCache cache)
        {
            _store = cache;
        }

Same methods

MemoryThrottleRepository::MemoryThrottleRepository ( ) : System