Subject: | cache_get / cache_set keywords? |
Do you think it would be worth adding simple cache_set($key, $value) and
cache_get($key) keywords, for simplicity of use?
Or, if not, at least illustrating the use of cache->get() and
cache->set() to call CHI's get/set methods directly in the synopsis?
This would seem to make sense for people who want to skim the docs and
just see "Ah, that's how I'd store something in the cache and pull it
back out later, that's easy".