Uses of Class
org.jgroups.util.AgeOutCache
-
Packages that use AgeOutCache Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of AgeOutCache in org.jgroups.protocols
Fields in org.jgroups.protocols declared as AgeOutCache Modifier and Type Field Description protected AgeOutCache<Address>
UNICAST3. cache
Methods in org.jgroups.protocols that return AgeOutCache Modifier and Type Method Description AgeOutCache<Address>
UNICAST3. getAgeOutCache()
-