Namespace CacheManager.Core.Utility
Classes
Clock
Time related helper.
Guard
Utility class to do null
and other checks.
ObjectPool<T>
Simple policy based pool for objects.
ValidatedNotNullAttribute
Indicates to Code Analysis that a method validates a particular parameter.
Interfaces
IObjectPoolPolicy<T>
Contract used by ObjectPool<T> to define how to create and return instances to a pool.