Uses of Class
org.apache.commons.jcs3.auxiliary.lateral.LateralElementDescriptor
Packages that use LateralElementDescriptor
-
Uses of LateralElementDescriptor in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Methods in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp with parameters of type LateralElementDescriptorModifier and TypeMethodDescription<K,
V> void LateralTCPSender.send
(LateralElementDescriptor<K, V> led) Sends commands to the lateral cache listener.<K,
V> Object LateralTCPSender.sendAndReceive
(LateralElementDescriptor<K, V> led) Sends commands to the lateral cache listener and gets a response.