cached property

num get cached

Memory used by the page cache and slabs.

Implementation

_i2.num get cached => _i3.getProperty(
      this,
      'cached',
    );
set cached (num value)

Implementation

set cached(_i2.num value) {
  _i3.setProperty(
    this,
    'cached',
    value,
  );
}