- Timestamp:
- 12/04/07 13:38:45 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/util/cache/stubCacheContainer.php
r742 r1107 80 80 * @return int 81 81 */ 82 public function getCacheTime($key); 82 public function getLifeTime($key); 83 84 /** 85 * returns the timestamp when data associated with $key is cached 86 * 87 * @param string $key 88 * @return int 89 */ 90 public function getStoreTime($key); 83 91 84 92 /**
