I was struck today by the fact that cache_get() and cache_set() don't @see each other. It seems like a natural reference, as I kept finding myself wanting to jump between them while looking on a.d.o. Note that this does not apply to D8 as both of these functions are gone, replaced by the new pluggable cache objects.
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | cache_docs-1421330-d6-8.patch | 782 bytes | albert volkman |
| #5 | cache_docs-1421330-d6-5.patch | 782 bytes | albert volkman |
| #1 | 1421330_cache_docs.patch | 786 bytes | gdd |
Comments
Comment #1
gddComment #2
Tor Arne Thune commentedUseful and logical, seeing as both
variable_getandvariable_sethave '@see's to each other.Comment #3
webchickCommitted and pushed to 7.x. Thanks!
Comment #4
albert volkman commentedHow about a D6 backport?
Comment #5
albert volkman commentedD6 backport.
Comment #6
albert volkman commentedOops, double post. Ignore.
Comment #7
gddYou have @see cache_set on cache_set() :)
Comment #8
albert volkman commentedHow to keep a developer busy :) Thanks for the catch!
Comment #9
albert volkman commentedComment #10
jhodgdonLooks good this time. :)
Comment #11
gábor hojtsyThanks, committed, pushed.