getCacheNames static method

List<String> getCacheNames()

Get all cache names

Implementation

static List<String> getCacheNames() {
  return _caches.keys.toList();
}