Skip to content
Snippets Groups Projects
Commit d7fd4c3e authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

Add dynamic declared _time attribute to cache object

parent 0e2431b7
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ class cache { ...@@ -16,6 +16,7 @@ class cache {
// used by _useCache to determine cache validity // used by _useCache to determine cache validity
var $_event = ''; // event to be triggered during useCache var $_event = ''; // event to be triggered during useCache
var $_time;
function cache($key,$ext) { function cache($key,$ext) {
$this->key = $key; $this->key = $key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment