-
Home
-
Docket Cache – Object Cache Accelerator
-
24.07.02 (latest)
-
Code
-
Classes
- WP_Object_Cache
Total Complexity |
429 |
Dependencies |
3 |
Dependents |
1 |
Total lines |
2,176 |
Lines of code |
1,158 |
Logical lines of code |
755 |
Comment lines |
571 |
Methods |
56 |
Properties |
33 |
Methods 56
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
dc_save() |
D |
26 |
47 |
123 |
dc_init() |
D |
23 |
38 |
196 |
maybe_expire() |
D |
38 |
38 |
53 |
dc_precache_init() |
C |
42 |
33 |
39 |
dc_get() |
C |
40 |
28 |
51 |
_exists() |
B |
49 |
20 |
26 |
dc_precache_set() |
B |
39 |
17 |
59 |
dc_remove_group_match() |
A |
43 |
14 |
47 |
dc_remove_group() |
A |
44 |
12 |
42 |
dc_precache_load() |
A |
45 |
12 |
41 |
dc_log() |
A |
48 |
11 |
32 |
set() |
A |
53 |
11 |
21 |
is_bypass_precache() |
A |
55 |
11 |
18 |
has_stalecache() |
A |
55 |
10 |
18 |
get() |
S |
53 |
7 |
24 |
incr() |
S |
54 |
6 |
22 |
decr() |
S |
54 |
6 |
22 |
flush_filtered_groups() |
S |
57 |
6 |
16 |
is_valid_key() |
S |
61 |
6 |
12 |
add() |
S |
58 |
5 |
16 |
is_filtered_groups() |
S |
60 |
5 |
14 |
is_non_persistent_groupkey() |
S |
61 |
5 |
12 |
dc_update() |
S |
60 |
5 |
12 |
dc_code() |
S |
55 |
4 |
20 |
dc_flush() |
S |
56 |
4 |
18 |
skip_stats() |
S |
69 |
5 |
6 |
dc_close() |
S |
65 |
5 |
9 |
replace() |
S |
60 |
4 |
13 |
get_multiple() |
S |
64 |
4 |
9 |
delete() |
S |
62 |
3 |
12 |
stats() |
S |
56 |
2 |
17 |
dc_remove() |
S |
63 |
3 |
10 |
dc_key() |
S |
69 |
3 |
6 |
item_hash() |
S |
65 |
3 |
9 |
fs() |
S |
68 |
2 |
7 |
transient_db() |
S |
68 |
2 |
7 |
cf() |
S |
68 |
2 |
7 |
__construct() |
S |
69 |
2 |
6 |
is_stalecache_ignored() |
S |
71 |
2 |
6 |
switch_to_blog() |
S |
75 |
2 |
4 |
add_multiple() |
S |
68 |
2 |
7 |
set_multiple() |
S |
68 |
2 |
7 |
delete_multiple() |
S |
68 |
2 |
7 |
flush() |
S |
70 |
2 |
6 |
get_file_path() |
S |
63 |
2 |
10 |
is_user_logged_in() |
S |
79 |
2 |
3 |
is_non_persistent_groups() |
S |
77 |
2 |
3 |
is_non_persistent_keys() |
S |
77 |
2 |
3 |
add_non_persistent_groups() |
S |
72 |
1 |
5 |
add_non_persistent_keys() |
S |
72 |
1 |
5 |
__get() |
S |
82 |
1 |
3 |
get_item_hash() |
S |
79 |
1 |
3 |
__unset() |
S |
81 |
1 |
3 |
__isset() |
S |
80 |
1 |
3 |
__set() |
S |
80 |
1 |
3 |
add_global_groups() |
S |
72 |
1 |
5 |