-
Home
-
{eac}ObjectCache – a persistent object cache using a SQLite database to cache WordPress objects.
-
1.2.1
-
Code
-
Classes
- WP_Object_Cache
Total Complexity |
324 |
Dependencies |
4 |
Dependents |
0 |
Total lines |
2,371 |
Lines of code |
1,119 |
Logical lines of code |
716 |
Comment lines |
782 |
Methods |
69 |
Properties |
30 |
Methods 69
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
write_cache() |
B |
37 |
17 |
73 |
htmlStats() |
B |
43 |
16 |
46 |
close() |
A |
43 |
13 |
48 |
set() |
A |
51 |
12 |
23 |
import_wp_transients() |
A |
46 |
11 |
38 |
select_all() |
A |
47 |
11 |
34 |
error_log() |
A |
47 |
11 |
31 |
flush_blog() |
A |
47 |
10 |
33 |
get_multiple() |
A |
49 |
9 |
30 |
is_actionable() |
A |
54 |
9 |
20 |
flush_group() |
A |
48 |
8 |
30 |
stats() |
S |
50 |
7 |
27 |
key_exists_memory() |
S |
55 |
7 |
20 |
getStatsCache() |
S |
49 |
6 |
29 |
select_one() |
S |
52 |
6 |
23 |
is_valid_key() |
S |
54 |
6 |
21 |
get_defined_option() |
S |
58 |
6 |
16 |
connect_sqlite() |
S |
49 |
5 |
30 |
delete() |
S |
60 |
6 |
12 |
getStats() |
S |
51 |
5 |
25 |
getStatsGroups() |
S |
53 |
5 |
22 |
wp_transients() |
S |
57 |
5 |
17 |
key_exists_database() |
S |
58 |
5 |
16 |
load_cache_misses() |
S |
58 |
5 |
14 |
addStats() |
S |
60 |
5 |
14 |
getStatsDB() |
S |
51 |
4 |
28 |
load_prefetch_groups() |
S |
60 |
5 |
12 |
optimize() |
S |
52 |
4 |
26 |
init() |
S |
53 |
4 |
24 |
save_cache_misses() |
S |
62 |
5 |
10 |
add() |
S |
66 |
5 |
7 |
pull_wp_transient() |
S |
58 |
4 |
14 |
maybe_write_cache() |
S |
61 |
4 |
13 |
install() |
S |
54 |
3 |
21 |
flush_runtime() |
S |
66 |
4 |
8 |
flush() |
S |
67 |
4 |
7 |
incr() |
S |
62 |
4 |
10 |
get_cache() |
S |
64 |
4 |
9 |
replace() |
S |
68 |
4 |
6 |
get_valid_key() |
S |
65 |
4 |
8 |
export_wp_transients() |
S |
58 |
3 |
15 |
select_parse_row() |
S |
59 |
3 |
12 |
get_defined_options() |
S |
56 |
2 |
18 |
is_flush_enabled() |
S |
66 |
3 |
8 |
get_defined_groups() |
S |
65 |
3 |
9 |
get() |
S |
65 |
3 |
9 |
delete_cache_file() |
S |
63 |
3 |
10 |
push_wp_transient() |
S |
63 |
3 |
10 |
__construct() |
S |
64 |
2 |
11 |
replace_multiple() |
S |
65 |
2 |
9 |
add_multiple() |
S |
65 |
2 |
9 |
switch_to_blog() |
S |
64 |
2 |
10 |
_exists() |
S |
74 |
2 |
4 |
key_exists() |
S |
72 |
2 |
5 |
uninstall() |
S |
67 |
2 |
7 |
delete_multiple() |
S |
65 |
2 |
9 |
set_multiple() |
S |
65 |
2 |
9 |
set_delayed_writes() |
S |
65 |
2 |
10 |
cache_hit_ratio() |
S |
71 |
2 |
5 |
getLastSample() |
S |
71 |
2 |
6 |
__get() |
S |
82 |
1 |
3 |
__isset() |
S |
80 |
1 |
3 |
pending_writes() |
S |
78 |
1 |
3 |
decr() |
S |
78 |
1 |
3 |
add_non_persistent_groups() |
S |
70 |
1 |
6 |
add_permanent_groups() |
S |
70 |
1 |
6 |
add_prefetch_groups() |
S |
70 |
1 |
6 |
reset() |
S |
81 |
1 |
3 |
add_global_groups() |
S |
70 |
1 |
6 |