getKeysByPattern method

List<String> getKeysByPattern(
  1. String pattern
)

Implementation

List<String> getKeysByPattern(String pattern) {
  return _cacheStorage.getKeysByPattern(pattern);
}