Uses of Class
org.jgroups.util.ExpiryCache
-
Packages that use ExpiryCache Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ExpiryCache in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ExpiryCache Modifier and Type Field Description protected ExpiryCache<Address>
UNICAST3. last_sync_sent
Keep track of when a SEND_FIRST_SEQNO message was sent to a given senderprotected ExpiryCache<Address>
TP. who_has_cache
Cache keeping track of WHO_HAS requests for physical addresses (given a logical address) and expiring them after who_has_cache_timeout ms
-