]> git.mjollnir.org Git - moodle.git/commit
moodlelib: Introducing the cache_flags functions
authormartinlanghoff <martinlanghoff>
Tue, 2 Oct 2007 08:39:44 +0000 (08:39 +0000)
committermartinlanghoff <martinlanghoff>
Tue, 2 Oct 2007 08:39:44 +0000 (08:39 +0000)
commitbafd7e78e9548626458512a1073f2ac1e1a725dd
tree804f88c213844c829674845e9e14ed6ce02d65e0
parente4a5c864b5b3bb6359e3308edc98e068400a93da
moodlelib: Introducing the cache_flags functions

These are functions for handling the volatile entries in the
cache_flags table.

 get_cache_flags() - get array of current flags
 set_cache_flag()  - set a single flag
 unset_cache_flag() - unset a single flag
 gc_cache_flags() - garbage-collect expired flags
lib/moodlelib.php