cacheCount property

  1. @Deprecated('Use the `cache` object directly instead.')
int cacheCount

The number of items in the cache.

Implementation

@Deprecated('Use the `cache` object directly instead.')
static int get cacheCount => cache.count;