- Timestamp:
- 01/09/08 00:20:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/services/cache/module/phpscripts.php
r14130 r14329 88 88 * is based upon. If you pass more then one timestamp, the newest timestamp is used for 89 89 * the comparison. 90 * @return bool Indicating success.90 * @return boolean Indicating success. 91 91 */ 92 92 function load($identifier, $lastmodified) … … 140 140 * @param string $code The code to add to the cache, it must <i>not</i> include the php 141 141 * opening/closing tags, they will be added automatically during cache file creation. 142 * @param bool Indicating success.142 * @param boolean Indicating success. 143 143 */ 144 144 function add($identifier, $code)
