Closed thanpolas closed 8 years ago
We added a second cache key that we need refreshed on our project and used the same callback on both cache stores.
That resulted in the 1st cache to be saved using the 2nds key name and the 2nd cache refresh never getting invoked.
The problem got resolved when we separated the refresh callbacks.
Nope, this presents in either case, found the issue, sending a fix.
We added a second cache key that we need refreshed on our project and used the same callback on both cache stores.
That resulted in the 1st cache to be saved using the 2nds key name and the 2nd cache refresh never getting invoked.
The problem got resolved when we separated the refresh callbacks.