hasPostEvictionCallbacks property

bool get hasPostEvictionCallbacks

Helper to check if post-eviction callbacks have been initialized.

Implementation

bool get hasPostEvictionCallbacks => _postEvictionCallbacks != null;