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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gdd’s picture

Status: Active » Needs review
FileSize
786 bytes
Tor Arne Thune’s picture

Status: Needs review » Reviewed & tested by the community

Useful and logical, seeing as both variable_get and variable_set have '@see's to each other.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 7.x. Thanks!

Albert Volkman’s picture

Version: 7.x-dev » 6.x-dev
Status: Fixed » Patch (to be ported)

How about a D6 backport?

Albert Volkman’s picture

Status: Patch (to be ported) » Needs review
FileSize
782 bytes

D6 backport.

Albert Volkman’s picture

Oops, double post. Ignore.

gdd’s picture

Status: Needs review » Needs work

You have @see cache_set on cache_set() :)

Albert Volkman’s picture

FileSize
782 bytes

How to keep a developer busy :) Thanks for the catch!

Albert Volkman’s picture

Status: Needs work » Needs review
jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Looks good this time. :)

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed, pushed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.