size property

double get size

The size of the cache, in bytes.

Implementation

double get size => _wrapped.size;
set size (double v)

Implementation

set size(double v) {
  _wrapped.size = v;
}