Uses of Class
com.loomcache.server.handler.RequestCoalescer
Packages that use RequestCoalescer
-
Uses of RequestCoalescer in com.loomcache.server.handler
Methods in com.loomcache.server.handler that return RequestCoalescerModifier and TypeMethodDescriptionReadCoalescingFilter.coalescer()Get the underlying RequestCoalescer.Constructors in com.loomcache.server.handler with parameters of type RequestCoalescerModifierConstructorDescriptionReadCoalescingFilter(DataOperationHandler handler, RequestCoalescer coalescer) Create a new ReadCoalescingFilter with a custom RequestCoalescer.