readsMemory property

bool get readsMemory

Whether the in-memory encoded bytes cache can be read.

Implementation

bool get readsMemory => this == memoryOnly || this == memoryAndDisk;