caches property

CacheStorage get caches

Implementation

_i3.CacheStorage get caches => _i4.getProperty(
      this,
      'caches',
    );
set caches (CacheStorage value)

Implementation

set caches(_i3.CacheStorage value) {
  _i4.setProperty(
    this,
    'caches',
    value,
  );
}