Uses of Interface
com.github.mizosoft.methanol.StorageExtension
-
Packages that use StorageExtension Package Description com.github.mizosoft.methanol com.github.mizosoft.methanol.internal.cache -
-
Uses of StorageExtension in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return StorageExtension Modifier and Type Method Description static StorageExtensionStorageExtension. inMemory(long maxSize)Returns aStorageExtensionfor saving data in memory, not exceeding the given size.static StorageExtensionStorageExtension. onDisk(java.nio.file.Path directory, long maxSize)Returns aStorageExtensionfor saving data on disk under the given directory, not exceeding the given size.Methods in com.github.mizosoft.methanol with parameters of type StorageExtension Modifier and Type Method Description HttpCache.BuilderHttpCache.Builder. cacheOn(StorageExtension storageExtension)Specifies that HTTP responses are to be persisted on the given storage extension. -
Uses of StorageExtension in com.github.mizosoft.methanol.internal.cache
Subinterfaces of StorageExtension in com.github.mizosoft.methanol.internal.cache Modifier and Type Interface Description interfaceInternalStorageExtension
-