function resetCache()
 {
     self::$_cache_base = array();
     self::$_cache_attr = array();
 }