Changeset 437

Show
Ignore:
Timestamp:
12/29/07 01:11:16 (12 months ago)
Author:
padams
Message:

adding docs to cache class.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/base/classes/cache.php

    r427 r437  
    4848        var $mutex; 
    4949 
     50 
     51        /** 
     52         * Constructor 
     53         *  
     54         * Takes cache directory as param 
     55         * 
     56         * @param $cache_dir string 
     57         */ 
    5058        function __construct($cache_dir) { 
    5159