size property

int get size

Current cache size.

Implementation

int get size => _nodeCache.size + _groupCache.size;