shift data caching ΒΆ
Per discussion with kimsal, we implemented an initial naive shift data caching strategy aimed at dashboard speed improvement.aimed
The Indevets/HomeController will check 2 caches, and store shift data for a short term (10 minutes). The ShiftObserver will clear the caches whenever any shift is updated, created or deleted.
Default cache time is 600 seconds, set in core.cache_time_seconds.