public function flushCache()
 {
     /* Create the cache object */
     $myCache = new pCache();
     /* Flush the cache contents*/
     $myCache->flush();
 }