public interface ICache<T> : IDisposable where T : class, new()
bool IsFree { get; }
T Value { get; }
void Release()
We use cookies to ensure that we give you the best experience on our website. Click here for more information. I got it