Index: branches/5.1.x/core/units/admin/admin_tag_processor.php =================================================================== diff -u -r13086 -r13168 --- branches/5.1.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 13086) +++ branches/5.1.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 13168) @@ -1,6 +1,6 @@ Conn->GetOne($sql); - + $global_mark = $this->Application->getDBCache('ForcePermCacheUpdate'); $local_mark = $this->Application->RecallVar('PermCache_UpdateRequired'); if ($global_mark || $local_mark) { @@ -1139,4 +1135,15 @@ return false; } + + /** + * Checks, that we are using memory cache + * + * @param Array $params + * @return bool + */ + function MemoryCacheEnabled($params) + { + return $this->Application->isCachingType(CACHING_TYPE_MEMORY); + } } \ No newline at end of file