getLength method

Future<int> getLength()

Returns the count of data stored in the cache

Implementation

Future<int> getLength() async {
  return _box.length;
}