Changeset 932 for trunk/system/libraries/Cache.php
- Timestamp:
- 11/01/2007 03:14:45 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Cache.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Cache.php
r931 r932 16 16 /* 17 17 * Method: __construct 18 * Set up driver and get groups 18 * Set up driver and get groups. 19 19 * 20 20 * Parameters: … … 30 30 /* 31 31 * Method: get 32 * Get data from cache 32 * Get data from cache. 33 33 * 34 34 * Parameters: … … 45 45 /* 46 46 * Method: set 47 * Save data into cache 47 * Save data into cache. 48 48 * 49 49 * Parameters: … … 61 61 /* 62 62 * Method: del 63 * Delete cache entry 63 * Delete cache entry. 64 64 * 65 65 * Parameters:
