store abstract method

StoreRef<K, V> store(
  1. String name
)

Creates a reference to a store.

Implementation

StoreRef<K, V> store(String name);