Request to delete `replies_query_ID` cache when a reply is submitted
-
When object caching is used, the Replies column on the ticket list caches the replies query for up to 10 minutes. (We have had it last hours for some reason.) In order to promptly view posted replies, the cache should immediately be deleted.
The cache key is
replies_query_<ticket id>
group:wpas
.In the meantime I believe we can implement this on our own by deleting the cache object from the action hook
wpas_add_reply_after
.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Request to delete `replies_query_ID` cache when a reply is submitted’ is closed to new replies.