isClosed method

Future<bool> isClosed()

Returns true if this cache has been closed.

Implementation

Future<bool> isClosed() => _lock.synchronized(() => _closed);