get<T, V extends Cache<T>> abstract method

V? get<T, V extends Cache<T>>(
  1. String name
)

Gets an existing Cache

  • name: The name of the cache

Implementation

V? get<T, V extends Cache<T>>(String name);