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