Posted by David Strauss on February 6, 2007 at 7:34am
Jump to:
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | base system |
| Category: | feature request |
| Priority: | normal |
| Assigned: | David Strauss |
| Status: | closed (fixed) |
Issue Summary
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 | Status | Test result | Operations |
|---|---|---|---|---|
| http_get_wrapper.patch | 879 bytes | Ignored: Check issue status. | None | None |
Comments
#1
No longer applies.
#2
Moving feature requests to D7 queue.
#3
Is this needed? Seems not.