Changeset 19850
- Timestamp:
- 07/03/09 16:58:22 (4 years ago)
- Files:
-
- branches/1.1/lib/view/sfViewCacheManager.class.php (modified) (1 diff)
- branches/1.2/lib/view/sfViewCacheManager.class.php (modified) (1 diff)
- branches/1.3/lib/view/sfViewCacheManager.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/view/sfViewCacheManager.class.php
r19256 r19850 522 522 * @param string $hostName The host name 523 523 * @param string $vary The vary headers, separated by |, or "all" for all vary headers 524 * @param string $contextualPrefix The removal prefix for contextual partials. De auls to '**' (all actions, all params)524 * @param string $contextualPrefix The removal prefix for contextual partials. Defaults to '**' (all actions, all params) 525 525 * 526 526 * @return bool true, if the remove happened, false otherwise branches/1.2/lib/view/sfViewCacheManager.class.php
r19256 r19850 527 527 * @param string $hostName The host name 528 528 * @param string $vary The vary headers, separated by |, or "all" for all vary headers 529 * @param string $contextualPrefix The removal prefix for contextual partials. De auls to '**' (all actions, all params)529 * @param string $contextualPrefix The removal prefix for contextual partials. Defaults to '**' (all actions, all params) 530 530 * 531 531 * @return bool true, if the remove happened, false otherwise branches/1.3/lib/view/sfViewCacheManager.class.php
r19256 r19850 501 501 * @param string $hostName The host name 502 502 * @param string $vary The vary headers, separated by |, or "all" for all vary headers 503 * @param string $contextualPrefix The removal prefix for contextual partials. De auls to '**' (all actions, all params)503 * @param string $contextualPrefix The removal prefix for contextual partials. Defaults to '**' (all actions, all params) 504 504 * 505 505 * @return bool true, if the remove happened, false otherwise