hasMaxCacheMemory property

bool hasMaxCacheMemory

Returns true if the cache has a memory limit.

Implementation

bool get hasMaxCacheMemory => _maxCacheMemory > 0;