Uses of Interface
com.github.mizosoft.methanol.internal.cache.Store.Viewer
Packages that use Store.Viewer
-
Uses of Store.Viewer in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache that return types with arguments of type Store.ViewerModifier and TypeMethodDescriptionDiskStore.iterator()MemoryStore.iterator()Store.iterator()Returns an iterator ofViewersover the entries in this store.default Optional<Store.Viewer> Synchronous variant ofStore.view(String, Executor).Opens a viewer for the entry associated with the given key.Constructors in com.github.mizosoft.methanol.internal.cache with parameters of type Store.ViewerModifierConstructorDescriptionCacheReadingPublisher(Store.Viewer viewer, Executor executor) CacheReadingPublisher(Store.Viewer viewer, Executor executor, CacheReadingPublisher.Listener listener) CacheReadingPublisher(Store.Viewer viewer, Executor executor, CacheReadingPublisher.Listener listener, int bufferSize) CacheResponse(TrackedResponse<?> response, Store.Viewer viewer, Executor executor, CacheReadingPublisher.Listener readListener)