Uses of Class
org.infinispan.expiration.impl.TouchCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
-
Uses of TouchCommand in org.infinispan.commands
Modifier and TypeMethodDescriptionCommandsFactory.buildTouchCommand
(Object key, int segment, boolean touchEvenIfExpired, long flagBitSet) CommandsFactoryImpl.buildTouchCommand
(Object key, int segment, boolean touchEvenIfExpired, long flagBitSet) Modifier and TypeMethodDescriptionAbstractVisitor.visitTouchCommand
(InvocationContext ctx, TouchCommand command) Visitor.visitTouchCommand
(InvocationContext ctx, TouchCommand command) -
Uses of TouchCommand in org.infinispan.interceptors
Modifier and TypeMethodDescriptionDDAsyncInterceptor.visitTouchCommand
(InvocationContext ctx, TouchCommand command)