size abstract method

Future<int> size(
  1. String name
)

The number of entries in the store for the named cache

  • name: The cache name

Implementation

Future<int> size(String name);