Changes between Version 1 and Version 2 of Ticket #26706, comment 8
- Timestamp:
- Jun 6, 2016, 11:47:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26706, comment 8
v1 v2 1 1 I just read #25344, thanks, didn't know there were other methods that were affected. 2 2 3 I think the behaviour should be added in both cases. Is it not reasonable, in general, to expect cache to be cleared on change of data? If the historical cached list is needed for any reason, it could always be stored in a variable .3 I think the behaviour should be added in both cases. Is it not reasonable, in general, to expect cache to be cleared on change of data? If the historical cached list is needed for any reason, it could always be stored in a variable prior to calling those methods. 4 4 5 5 I do agree that in either case it should be documented. Either that your prefetched values could be out of date, or that any changes via the add(), clear() and remove() methods will clear the cache.