Skip to content

Commit

Permalink
Adding new $cache property. wpsharks/comet-cache#130
Browse files Browse the repository at this point in the history
  • Loading branch information
JasWSInc committed Jun 12, 2014
1 parent b822504 commit 09c92dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions quick-cache-pro/quick-cache-pro.inc.php
Expand Up @@ -135,6 +135,13 @@ class plugin
*/
public $htmlc_cache_sub_dir_private = 'htmlc/private';

/**
* Used by methods in this class to help optimize performance.
*
* @var array An instance-based cache used by methods in this class.
*/
public $cache = array();

/**
* Quick Cache plugin constructor.
*
Expand Down

0 comments on commit 09c92dc

Please sign in to comment.