writesMemory property

bool get writesMemory

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

Implementation

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