Exemplo n.º 1
0
 /**
  * Clear the cache for the object
  */
 public function clearCache()
 {
     FileUtility::deleteFilesMatchingWildcard(Application::CACHE . 'dbobject_cache_*');
 }
Exemplo n.º 2
0
 function clearFieldCache()
 {
     FileUtility::deleteFilesMatchingWildcard(Application::CACHE . 'field_cache_*');
 }