Class GetCacheEntryCommand

java.lang.Object
org.infinispan.commands.read.AbstractDataCommand
org.infinispan.commands.read.GetCacheEntryCommand
All Implemented Interfaces:
DataCommand, FlagAffectedCommand, ReplicableCommand, SegmentSpecificCommand, TopologyAffectedCommand, TracedCommand, VisitableCommand

public final class GetCacheEntryCommand extends AbstractDataCommand
Used to fetch a full CacheEntry rather than just the value. This functionality was originally incorporated into GetKeyValueCommand.
Since:
7.1
Author:
Sanne Grinovero <sanne@hibernate.org> (C) 2014 Red Hat Inc.