root/trunk/wp-includes/cache.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9740 [9740] 11/17/08 21:01:12 ryan Use clone to break object refs when setting and getting cache. see #8146
(edit) @8742 [8742] 08/27/08 06:45:13 westi phpDoc corrections for wp-includes. See #7550 props santosj.
(edit) @8600 [8600] 08/09/08 05:36:14 ryan Trailing whitespace cleanup
(edit) @7990 [7990] 05/25/08 15:45:05 ryan phpdoc updates from jacobsantos. see #7038
(edit) @7986 [7986] 05/22/08 17:28:54 ryan wp_cache_add_global_groups() and wp_cache_add_non_persistent_groups(). …
(edit) @6711 [6711] 02/02/08 18:42:09 ryan Some notice fixes from Nazgul. fixes #3155
(edit) @6543 [6543] 01/03/08 04:35:47 ryan phpdoc for cache.php from darkdragon. fixes #5511
(edit) @6540 [6540] 01/02/08 23:03:25 ryan Fix cache close. see #5570
(edit) @6539 [6539] 01/02/08 22:13:16 ryan Remove persistent object cache. fixes #5570
(edit) @6247 [6247] 10/14/07 01:08:07 ryan Allow single post ID and comma delimited list of post IDs to be passed to …
(edit) @5870 [5870] 08/14/07 03:12:24 ryan Space before slash to properly close br tag. Props tmountjr. fixes #4717
(edit) @5666 [5666] 06/08/07 00:20:22 ryan Comment caching. Reduce queries on edit-comments.php page. Add …
(edit) @5544 [5544] 05/25/07 09:45:55 ryan Don't load category cache from old tables. see #4189
(edit) @5255 [5255] 04/12/07 16:31:47 rob1n Delete the cache in tmp even if the copy failed. Props andy. fixes #4141
(edit) @4953 [4953] 02/27/07 15:24:54 markjaquith trailing tabs and whitespace cleanup.
(edit) @4856 [4856] 02/01/07 09:16:15 markjaquith make sure nothing going into the object cache is being passed by …
(edit) @4855 [4855] 02/01/07 08:53:08 markjaquith Introduce Notoptions and Alloptions caching, so that all options (and …
(edit) @4686 [4686] 01/06/07 23:36:51 ryan Fiddle with object destruction and shutdown. Curses upon php 5.2. fixes …
(edit) @4495 [4495] 11/19/06 07:56:05 ryan Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes …
(edit) @4486 [4486] 11/19/06 00:12:57 ryan Ref more singletons.
(edit) @3812 [3812] 05/31/06 01:40:25 ryan Remove unused var.
(edit) @3811 [3811] 05/31/06 01:40:00 ryan wp_salt() and more hash work.
(edit) @3810 [3810] 05/31/06 00:24:03 ryan wp_hash() and server secret.
(edit) @3798 [3798] 05/26/06 21:14:36 ryan base64 cached objects and store within multi-line comment block to avoid …
(edit) @3576 [3576] 02/28/06 08:00:39 ryan Add get_category_by_path(). Remove old fullpath stuff.
(edit) @3517 [3517] 02/12/06 07:53:23 ryan Death to trailing tabs. Props Mark J. fixes #2405
(edit) @3504 [3504] 02/04/06 03:21:09 ryan Disable cache by default.
(edit) @3465 [3465] 01/19/06 22:12:15 ryan Cache flush improvements from Owen. fixes #2223 #2278
(edit) @3462 [3462] 01/18/06 22:21:40 ryan Add ENABLE_CACHE flag to force persistent cache enable.
(edit) @3436 [3436] 01/14/06 21:22:48 ryan Disable peristent cache when safe_mode.
(edit) @3435 [3435] 01/14/06 00:05:22 ryan Acquire lock when flushing cache.
(edit) @3411 [3411] 01/06/06 02:10:43 ryan Save cache after the shutdown hook runs. fixes #2232
(edit) @3402 [3402] 01/05/06 04:50:58 ryan Don't remove top level cache dir when flushing.
(edit) @3400 [3400] 01/05/06 02:56:42 ryan More reliable cache flusher that does not require glob().
(edit) @3388 [3388] 01/02/06 02:50:59 ryan Preserve suid and sgid bits when creating new directories. fixes #2190
(edit) @3386 [3386] 12/31/05 22:34:58 ryan Default expiration is too long. Change it to 15 minutes.
(edit) @3330 [3330] 12/19/05 19:14:22 ryan Cache user ids and user logins separately to avoid collision. Props …
(edit) @3194 [3194] 11/22/05 07:45:07 ryan Silence mkdir().
(edit) @3171 [3171] 11/19/05 22:52:57 ryan Silence fopen warnings and check return.
(edit) @3170 [3170] 11/19/05 20:12:26 ryan Suppress fopen warnings and check return.
(edit) @3138 [3138] 11/17/05 22:46:18 ryan Don't loop over empty options. fixes #1900
(edit) @3131 [3131] 11/17/05 09:30:14 ryan Don't bother with sems.
(edit) @3123 [3123] 11/17/05 02:24:52 ryan Check if writable before checking if dir to avoid permission denied …
(edit) @3113 [3113] 11/16/05 23:40:14 ryan Silence file ops.
(edit) @3110 [3110] 11/16/05 19:01:58 ryan Don't flush if cache is disabled.
(edit) @3088 [3088] 11/14/05 22:32:03 ryan Flush the cache before installing. fixes #1877
(edit) @3087 [3087] 11/14/05 22:10:28 ryan Implement wp_cache_flush().
(edit) @3086 [3086] 11/14/05 21:29:30 ryan Avoid infinite recursion when expiring cache. fixes #1875
(edit) @3062 [3062] 11/13/05 04:43:57 matt More eol-style: native
(edit) @3022 [3022] 11/09/05 11:17:33 ryan Remove debug cruft.
(edit) @3021 [3021] 11/09/05 11:10:34 ryan Add cache expiration. Cache requests for non-existant options.
(edit) @3019 [3019] 11/09/05 02:38:17 ryan Hide serialized object data in comment blocks within .php files. Props …
(edit) @3018 [3018] 11/08/05 22:28:45 ryan Oops. Comment out stats dump.
(edit) @3017 [3017] 11/08/05 22:15:06 ryan Obfuscate keys with some salt. Add empty index.php files to the cache …
(edit) @3014 [3014] 11/08/05 00:39:26 ryan Remove trailing blank lines.
(add) @3011 [3011] 11/07/05 21:56:03 ryan Object caching, round one.
Note: See TracRevisionLog for help on using the revision log.