You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
We should add some way to support invalidating the cache that the webserver has (when used.)
There is one scenario that I think is the most important which is when the HTML page used to create the template has changed, which will prevent us from getting the correct preview and source views, while the browser window may be displaying the updated version.
Memcached has multiple settings to control the time to live of a the cached items, so I am not as concerned about allocated memory or staled items, but it is something that also should be analyzed.
The text was updated successfully, but these errors were encountered:
We should add some way to support invalidating the cache that the webserver has (when used.)
There is one scenario that I think is the most important which is when the HTML page used to create the template has changed, which will prevent us from getting the correct preview and source views, while the browser window may be displaying the updated version.
Memcached has multiple settings to control the time to live of a the cached items, so I am not as concerned about allocated memory or staled items, but it is something that also should be analyzed.
The text was updated successfully, but these errors were encountered: