from

fun <K, V> from(snapshotPersistentCache: SnapshotPersistentCache<List<CacheEntry<K, V>>>? = null): MemoryCacheManagerBuilder<K, V>

Creates a MemoryCacheManagerBuilder using the given snapshotPersistentCache.

Parameters

snapshotPersistentCache

SnapshotPersistentCache where entries are periodically saved