*/ /** * Klasa stTextCache * * @package stTextPlugin * @subpackage libs */ class stTextCache { static public function deleteCacheText($modelInstance = null, $con = null) { sfToolkit::clearGlob(sfConfig::get('sf_root_cache_dir').'/*/*/template/stFrontendMain/_mainText/*'); } }