CacheManager class
Methods
-
addFailed(CacheEntry cacheEntry)
→ void
-
The addFailed method is called to add a failed key to the requested keys list.
-
init()
→ void
-
The init method is called to initialize the cache manager.
It will reset the failed keys and requested keys.
-
listen(dynamic channel, dynamic cache, bool disconnected)
→ void
-
The listen method is called to listen to the websocket channel.
It will send a request to the websocket channel every 30 seconds for the failed keys.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited