pusher-js/core/strategies/cached_strategy library
Classes
- CachedStrategy
- Caches last successful transport and uses it for following attempts.
- TransportStrategyDictionary
Functions
- 
  fetchTransportCache(bool usingTLS) → dynamic 
- 
  flushTransportCache(bool usingTLS) → dynamic 
- 
  getTransportCacheKey(bool usingTLS) → String 
- 
  storeTransportCache(bool usingTLS, TransportStrategy transport, num latency) → dynamic