Uses of Class
org.infinispan.commands.remote.expiration.RetrieveLastAccessCommand
-
Packages that use RetrieveLastAccessCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of RetrieveLastAccessCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RetrieveLastAccessCommand Modifier and Type Method Description RetrieveLastAccessCommand
CommandsFactory. buildRetrieveLastAccessCommand(Object key, Object value, int segment)
Builds a retrieve max idle command that is used to get the last access time for a given key.RetrieveLastAccessCommand
CommandsFactoryImpl. buildRetrieveLastAccessCommand(Object key, Object value, int segment)
-