On Feb 15, 2008, at 9:12 AM, Chris Lewis wrote:
The highest level config() function doesn't cache, the lower level parts do. Without looking again, it looks as if a config hook doesn't cache, it won't get cached. The CDB handling inside the get_qmail_config doesn't cache for example.
Yeah, the original intent was to just avoid silly extra lookups from the file system.
A plugin will have to do its own caching as appropriate (caching easily calculated values for example won't make sense, or caching LDAP or SQL lookups that'd rarely have cache hits).
- ask -- http://develooper.com/ - http://askask.com/