Uses of Interface
com.github.mizosoft.methanol.StorageExtension
Packages that use StorageExtension
-
Uses of StorageExtension in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return StorageExtensionModifier and TypeMethodDescriptionstatic StorageExtensionStorageExtension.inMemory(long maxSize) Returns aStorageExtensionfor saving data in memory, not exceeding the given size.static StorageExtensionReturns aStorageExtensionfor saving data on disk under the given directory, not exceeding the given size.Methods in com.github.mizosoft.methanol with parameters of type StorageExtensionModifier and TypeMethodDescriptionHttpCache.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