Feature #27108
Major Feature #26891: Implement basic static file caching as new caching framework backend
Implement clearing of static file caches
| Status: | New | Start date: | 2011-05-28 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ryan Graham | % Done: | 0% |
|
| Category: | - | |||
| Target version: | Mid of term | |||
| Votes: | 0 |
Description
See the accordant clearCache possibilitites in t3lib_TCEmain and forward these calls to the urlcache to get it cleared as well.
Possiblities:- all - clear all caches
- pages - clear pages cache (all pages) - for staticfiles this is similar to all
- int:pageId - clear only cache for a particular page and its variations (the cHash thingy, e.g. "id=13", "id=13&cHash=a", "id=13&cHash=b")
History
Updated by Oliver Hader almost 2 years ago
- Target version set to Mid of term
Updated by Oliver Hader almost 2 years ago
- Assignee set to Ryan Graham