Timeline for Can I use a timestamp parameter for cache invalidation?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 25, 2017 at 7:31 | comment | added | Serhii | Cache can be configured with evict period as usual. And this period can be configured for cache in general (not for single element). So if you need to catch evict event with dynamic time for each element you should not use cache but different approach. Scheduler can cover your wishes (I prefer crone based frameworks because of very flexible dynamic tooling). | |
| Oct 7, 2015 at 16:39 | answer | added | Michael Shaw | timeline score: 2 | |
| Oct 7, 2015 at 16:13 | history | asked | sea-rob | CC BY-SA 3.0 |