public int CheckValue(CacheValue <TValue> value) { return(value.Usage); }
public bool IsValid(CacheValue <TValue> value) { return(true); }