hasMaxCacheMemory property

bool get hasMaxCacheMemory

Returns true if the cache has a memory limit.

Implementation

bool get hasMaxCacheMemory => _maxCacheMemory > 0;