Home
last modified time | relevance | path

Searched refs:cache_helper (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/moodle310/moodle/group/
H A Dlib.php287 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($course->id));
577 cache_helper::purge_by_definition('core', 'user_group_groupings');
630 cache_helper::purge_by_definition('core', 'user_group_groupings');
697 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
699 cache_helper::purge_by_definition('core', 'user_group_groupings');
723 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
725 cache_helper::purge_by_definition('core', 'user_group_groupings');
751 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
753 cache_helper::purge_by_definition('core', 'user_group_groupings');
913 cache_helper::purge_by_definition('core', 'user_group_groupings');
[all …]
H A Dassign.php60 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
63 cache_helper::purge_by_definition('core', 'user_group_groupings');
70 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
73 cache_helper::purge_by_definition('core', 'user_group_groupings');
/dports/www/moodle39/moodle/group/
H A Dlib.php287 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($course->id));
577 cache_helper::purge_by_definition('core', 'user_group_groupings');
630 cache_helper::purge_by_definition('core', 'user_group_groupings');
697 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
699 cache_helper::purge_by_definition('core', 'user_group_groupings');
723 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
725 cache_helper::purge_by_definition('core', 'user_group_groupings');
751 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
753 cache_helper::purge_by_definition('core', 'user_group_groupings');
913 cache_helper::purge_by_definition('core', 'user_group_groupings');
[all …]
H A Dassign.php60 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
63 cache_helper::purge_by_definition('core', 'user_group_groupings');
70 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
73 cache_helper::purge_by_definition('core', 'user_group_groupings');
/dports/www/moodle311/moodle/group/
H A Dlib.php287 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($course->id));
577 cache_helper::purge_by_definition('core', 'user_group_groupings');
630 cache_helper::purge_by_definition('core', 'user_group_groupings');
697 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
699 cache_helper::purge_by_definition('core', 'user_group_groupings');
723 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
725 cache_helper::purge_by_definition('core', 'user_group_groupings');
751 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
753 cache_helper::purge_by_definition('core', 'user_group_groupings');
914 cache_helper::purge_by_definition('core', 'user_group_groupings');
[all …]
H A Dassign.php60 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
63 cache_helper::purge_by_definition('core', 'user_group_groupings');
70 cache_helper::invalidate_by_definition('core', 'groupdata', array(), array($courseid));
73 cache_helper::purge_by_definition('core', 'user_group_groupings');
/dports/www/moodle310/moodle/cache/tests/
H A Dcache_test.php1742 cache_helper::purge_all();
2072 $stats = cache_helper::get_stats();
2088 $endstats = cache_helper::get_stats();
2099 $startstats = cache_helper::get_stats();
2112 $endstats = cache_helper::get_stats();
2145 $endstats = cache_helper::get_stats();
2172 $endstats = cache_helper::get_stats();
2199 $endstats = cache_helper::get_stats();
2249 $endstats = cache_helper::get_stats();
2284 $stats = cache_helper::get_stats();
[all …]
H A Dadministration_helper_test.php213 $result = cache_helper::hash_key('test', $definition);
217 cache_helper::hash_key('test/test', $definition);
232 $result = cache_helper::hash_key('test', $definition);
235 $result = cache_helper::hash_key('test/test', $definition);
/dports/www/moodle311/moodle/cache/tests/
H A Dcache_test.php1742 cache_helper::purge_all();
2072 $stats = cache_helper::get_stats();
2088 $endstats = cache_helper::get_stats();
2099 $startstats = cache_helper::get_stats();
2112 $endstats = cache_helper::get_stats();
2145 $endstats = cache_helper::get_stats();
2172 $endstats = cache_helper::get_stats();
2199 $endstats = cache_helper::get_stats();
2249 $endstats = cache_helper::get_stats();
2284 $stats = cache_helper::get_stats();
[all …]
H A Dadministration_helper_test.php213 $result = cache_helper::hash_key('test', $definition);
217 cache_helper::hash_key('test/test', $definition);
232 $result = cache_helper::hash_key('test', $definition);
235 $result = cache_helper::hash_key('test/test', $definition);
/dports/www/moodle39/moodle/cache/tests/
H A Dcache_test.php1742 cache_helper::purge_all();
2072 $stats = cache_helper::get_stats();
2088 $endstats = cache_helper::get_stats();
2099 $startstats = cache_helper::get_stats();
2112 $endstats = cache_helper::get_stats();
2145 $endstats = cache_helper::get_stats();
2172 $endstats = cache_helper::get_stats();
2199 $endstats = cache_helper::get_stats();
2249 $endstats = cache_helper::get_stats();
2284 $stats = cache_helper::get_stats();
[all …]
H A Dadministration_helper_test.php206 $result = cache_helper::hash_key('test', $definition);
210 cache_helper::hash_key('test/test', $definition);
225 $result = cache_helper::hash_key('test', $definition);
228 $result = cache_helper::hash_key('test/test', $definition);
/dports/www/moodle39/moodle/cache/
H A Dadmin.php38 cache_helper::update_definitions();
181 cache_helper::purge_stores_used_by_definition($component, $area);
217 cache_helper::purge_stores_used_by_definition($component, $area);
220 cache_helper::purge_by_definition($component, $area);
237 cache_helper::purge_store($store);
298 foreach (cache_helper::warnings($storeinstancesummaries) as $warning) {
/dports/www/moodle310/moodle/cache/classes/
H A Dloaders.php436 cache_helper::record_cache_miss($this->store, $this->definition);
448 cache_helper::record_cache_hit($this->store, $this->definition);
602 cache_helper::record_cache_hit($this->store, $this->definition, $hits);
603 cache_helper::record_cache_miss($this->store, $this->definition, $misses);
629 cache_helper::record_cache_set($this->store, $this->definition);
784 cache_helper::record_cache_set($this->store, $this->definition, $successfullyset);
977 return cache_helper::hash_key($key, $this->definition);
1134 cache_helper::record_cache_hit(cache_store::STATIC_ACCEL, $this->definition);
1852 cache_helper::record_cache_miss($this->get_store(), $this->get_definition());
1867 cache_helper::record_cache_hit($this->get_store(), $this->get_definition());
[all …]
H A Dadministration_helper.php34 use cache_helper, cache_store, cache_config, cache_factory, cache_definition; alias
48 abstract class administration_helper extends cache_helper {
200 foreach (cache_helper::get_stores_suitable_for_definition($definition) as $store) {
227 $adequatestores = cache_helper::get_stores_suitable_for_mode_default();
H A Ddefinition.php487 if (get_parent_class($overrideclass) !== cache_helper::get_class_for_mode($mode)) {
602 return cache_helper::get_class_for_mode($this->mode);
975 $identifiers[] = cache_helper::get_site_identifier();
978 $identifiers[] = cache_helper::get_site_version();
/dports/www/moodle311/moodle/cache/classes/
H A Dloaders.php436 cache_helper::record_cache_miss($this->store, $this->definition);
448 cache_helper::record_cache_hit($this->store, $this->definition);
602 cache_helper::record_cache_hit($this->store, $this->definition, $hits);
603 cache_helper::record_cache_miss($this->store, $this->definition, $misses);
629 cache_helper::record_cache_set($this->store, $this->definition);
784 cache_helper::record_cache_set($this->store, $this->definition, $successfullyset);
977 return cache_helper::hash_key($key, $this->definition);
1134 cache_helper::record_cache_hit(cache_store::STATIC_ACCEL, $this->definition);
1852 cache_helper::record_cache_miss($this->get_store(), $this->get_definition());
1867 cache_helper::record_cache_hit($this->get_store(), $this->get_definition());
[all …]
H A Dadministration_helper.php34 use cache_helper, cache_store, cache_config, cache_factory, cache_definition; alias
48 abstract class administration_helper extends cache_helper {
200 foreach (cache_helper::get_stores_suitable_for_definition($definition) as $store) {
227 $adequatestores = cache_helper::get_stores_suitable_for_mode_default();
H A Ddefinition.php487 if (get_parent_class($overrideclass) !== cache_helper::get_class_for_mode($mode)) {
602 return cache_helper::get_class_for_mode($this->mode);
975 $identifiers[] = cache_helper::get_site_identifier();
978 $identifiers[] = cache_helper::get_site_version();
/dports/www/moodle39/moodle/cache/classes/
H A Dloaders.php436 cache_helper::record_cache_miss($this->store, $this->definition);
448 cache_helper::record_cache_hit($this->store, $this->definition);
602 cache_helper::record_cache_hit($this->store, $this->definition, $hits);
603 cache_helper::record_cache_miss($this->store, $this->definition, $misses);
629 cache_helper::record_cache_set($this->store, $this->definition);
784 cache_helper::record_cache_set($this->store, $this->definition, $successfullyset);
977 return cache_helper::hash_key($key, $this->definition);
1134 cache_helper::record_cache_hit(cache_store::STATIC_ACCEL, $this->definition);
1852 cache_helper::record_cache_miss($this->get_store(), $this->get_definition());
1867 cache_helper::record_cache_hit($this->get_store(), $this->get_definition());
[all …]
/dports/www/moodle310/moodle/cache/
H A Dadmin.php38 cache_helper::update_definitions();
58 foreach (cache_helper::warnings(core_cache\administration_helper::get_store_instance_summaries()) a…
/dports/www/moodle311/moodle/cache/
H A Dadmin.php38 cache_helper::update_definitions();
58 foreach (cache_helper::warnings(core_cache\administration_helper::get_store_instance_summaries()) a…
/dports/www/moodle310/moodle/group/classes/privacy/
H A Dprovider.php169 \cache_helper::purge_by_definition('core', 'user_group_groupings');
219 … \cache_helper::invalidate_by_definition('core', 'user_group_groupings', array(), array($userid));
296 \cache_helper::invalidate_by_definition('core', 'user_group_groupings', array(), $userids);
/dports/www/moodle311/moodle/group/classes/privacy/
H A Dprovider.php169 \cache_helper::purge_by_definition('core', 'user_group_groupings');
219 … \cache_helper::invalidate_by_definition('core', 'user_group_groupings', array(), array($userid));
296 \cache_helper::invalidate_by_definition('core', 'user_group_groupings', array(), $userids);
/dports/www/moodle39/moodle/group/classes/privacy/
H A Dprovider.php169 \cache_helper::purge_by_definition('core', 'user_group_groupings');
219 … \cache_helper::invalidate_by_definition('core', 'user_group_groupings', array(), array($userid));
296 \cache_helper::invalidate_by_definition('core', 'user_group_groupings', array(), $userids);

12345