Uses of Interface
com.github.mizosoft.methanol.internal.cache.Store
-
Packages that use Store Package Description com.github.mizosoft.methanol.internal.cache -
-
Uses of Store in com.github.mizosoft.methanol.internal.cache
Classes in com.github.mizosoft.methanol.internal.cache that implement Store Modifier and Type Class Description classDiskStoreA persistentStoreimplementation that saves entries on disk under a specified directory.classMemoryStoreStoreimplementation that stores entries in memory.Methods in com.github.mizosoft.methanol.internal.cache that return Store Modifier and Type Method Description StoreInternalStorageExtension. createStore(java.util.concurrent.Executor executor, int appVersion)Methods in com.github.mizosoft.methanol.internal.cache with parameters of type Store Modifier and Type Method Description static InternalStorageExtensionInternalStorageExtension. singleton(Store store)
-