Package discord4j.store.jdk
Store implementation backed by JDK
Map.-
Class Summary Class Description JdkCachingStore<K extends Comparable<K>,V> AStorethat can delegate storage while keeping a cache above it, using a JDKConcurrentHashMap.JdkStore<K extends Comparable<K>,V> JdkStoreService Factory that createsJdkStoreinstances.