Ticket #2232 (closed defect (bug): fixed)
DB changes made in the shutdown hook are not saved to the cache.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.0 |
| Severity: | normal | Keywords: | cache |
| Cc: |
Description
Since the cache is flushed before the shutdown hook is triggered, any DB changes made by plugins attached to the shutdown hook are not saved to the cache. We need to save the cache after the shutdown hook runs.
Change History
Note: See
TracTickets for help on using
tickets.

(In [3411]) Save cache after the shutdown hook runs. fixes #2232