onCached 属性

Stream<Event> onCached

ApplicationCache 处理的 cached 事件流。

实现

Stream<Event> get onCached => cachedEvent.forTarget(this);