com.pcbsys.nirvana.base.KnownClientStoresCache Class Reference

Implement client side cache of known stores as there is no central repo so far Currently the cache caches nChannelQueue objects, but can be changed to contain more reach ones if needed. More...

Inherits Iterable< nChannelQueue >.

Detailed Description

Implement client side cache of known stores as there is no central repo so far Currently the cache caches nChannelQueue objects, but can be changed to contain more reach ones if needed.

Cache uses weak reference map, so ones the strong reference of outer nChannelQueue object is gone, the entry from the cache will also go on the next GC