Package org.atmosphere.cache

Interface Summary
CleanUpMemory Since BroadcasterCache class cannot be modified for backward compatibility, this interface is used to avoid ugly cast.
 

Class Summary
AbstractBroadcasterCache Abstract BroadcasterCache which is used to implement headers or query parameters or session based caching.
AbstractBroadcasterCache.CachedMessage  
BroadcasterCacheBase Deprecated.
BroadcasterCacheBase.CachedMessage  
HeaderBroadcasterCache Simple header based BroadcasterCache.
OnReconnectBroadcasterCache Same as the HeaderBroadcasterCache, but will not send anything if the user connect for the first time.
SessionBroadcasterCache Simple HttpSession based BroadcasterCache

By default, message will be cached for 5 minutes.

UUIDBroadcasterCache An improved BroadcasterCache implementation.
UUIDBroadcasterCache.CacheMessage  
UUIDBroadcasterCache.ClientQueue  
 



Copyright © 2013. All Rights Reserved.