Add $_GET wrapper that allows caches to analyze usage
David Strauss - February 6, 2007 - 07:34
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | feature request |
| Priority: | normal |
| Assigned: | David Strauss |
| Status: | needs work |
Jump to:
Description
Currently, my cache forces the cached function and caller to determine in what ways the cached function depends on $_GET and restore necessary state manually. Adding and using this wrapper would allow a cache to determine -- based on before and after snapshots of usage -- what $_GET variables were used in any function's execution. With that knowledge, the cache could selectively save and restore these variables during cron runs to regenerate the content.
| Attachment | Size |
|---|---|
| http_get_wrapper.patch | 879 bytes |

#1
No longer applies.
#2
Moving feature requests to D7 queue.