]> git.mjollnir.org Git - moodle.git/commit
added in an extra layer of cache. The rendered string is now cached in block's config...
authordhawes <dhawes>
Fri, 21 Jan 2005 03:23:26 +0000 (03:23 +0000)
committerdhawes <dhawes>
Fri, 21 Jan 2005 03:23:26 +0000 (03:23 +0000)
commit37fe05a345d3a4f3192f38e2861d56ac2f9d3046
treed3fe3e466f713fbeca7c64773f77401e1d5d9719
parent6cee965c7acc9065849523babbfdf2045928c9c8
added in an extra layer of cache. The rendered string is now cached in block's config. If the config settings are changed the config entry is overwritten and the cached string is lost - which is perfect - it gets rebuilt to the new specifications on next page load. If the filesystem cache has expired then the stored config string is ignored and a fresh read is sought.
blocks/rss_client/block_rss_client.php