Subversion Repositories SmartDukaan

Rev

Rev 20488 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20488 Rev 20489
Line 249... Line 249...
249
		$this->_created		= isset($this->_contents['__cache_created']) ? $this->_contents['__cache_created'] : NULL;
249
		$this->_created		= isset($this->_contents['__cache_created']) ? $this->_contents['__cache_created'] : NULL;
250
 
250
 
251
		// Cleanup the meta variables from the contents
251
		// Cleanup the meta variables from the contents
252
		$this->_contents = @$this->_contents['__cache_contents'];
252
		$this->_contents = @$this->_contents['__cache_contents'];
253
		log_message('debug', "Cache retrieved: ".$filename);
253
		log_message('debug', "Cache retrieved: ".$filename);
254
		//print_r($this->_contents);
-
 
255
		//echo "<br/>----------------------------------------cache file ends--------------------------------------<br/>";
-
 
256
		// Return the cache
-
 
257
		log_message('debug', "Cache retrieved: ".$filename);
-
 
258
		log_message('debug', "Hahaha");
-
 
259
		return $this->_contents;
254
		return $this->_contents;
260
	}
255
	}
261
 
256
 
262
	/**
257
	/**
263
	 * Write Cache File
258
	 * Write Cache File