Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16347 программистов и 1649 роботов. Сейчас ищет 1551 программист ...
Translation2_Admin::cleanCache
Вернуться к: Translation2
Translation2_Admin::cleanCache
Translation2_Admin::cleanCache() – Clear the cache. Use with the CacheLiteFunction decorator only.
Synopsis
require_once 'Admin.php';
void Translation2_Admin::cleanCache ( )
If you use the CacheLiteFunction decorator, you may want to invalidate the cache after a change in the data base.
Note
This function can not be called statically.
Вернуться к: Translation2