@JvmStatic fun <K, V> open(cache: Cache<K, V>): InfinispanKeyValueStore<K, V>
Open an Infinispan key-value store.
cache - The backing cache for this store.
cache
Return A key-value store.