Changes between Initial Version and Version 1 of Ticket #20331
- Timestamp:
- 03/30/2012 02:13:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20331 – Description
initial v1 3 3 Additionally, cache deletes should occur when an update occurs. Otherwise we may be reading old Version numbers from disk. 4 4 5 When deleting the cache, we will need to refresh the headers that exist in the current object instance. A simple $this->__construct()can re-initialize everything. This will enable us to call $theme->cache_delete() at any time to force fresh information.5 When deleting the cache, we will need to refresh the headers that exist in the current object instance. A simple `$this->__construct()` can re-initialize everything. This will enable us to call $theme->cache_delete() at any time to force fresh information.