/**
  * Forces the cache to be cleaned
  */
 function forceCacheClean()
 {
     require_once 'lite.php';
     $Cache_Lite = new oledrion_Cache_Lite($this->cacheOptions);
     $Cache_Lite->clean();
 }