The size of the cache, in bytes.
double get size => _wrapped.size;
set size(double v) { _wrapped.size = v; }