Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Feb 2007 at 07:34 UTC
Updated:
29 Jul 2014 at 17:37 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| http_get_wrapper.patch | 879 bytes | david strauss |
Comments
Comment #1
catchNo longer applies.
Comment #2
panchoMoving feature requests to D7 queue.
Comment #3
Jaza commentedIs this needed? Seems not.