feat(cache): add cache table and flush cache option to settings

also increases tmdb cache times to about 6 hours (12 hours for detail requests)
This commit is contained in:
sct
2021-01-31 13:11:12 +00:00
parent 3c5ae360fd
commit 996bd9f14e
12 changed files with 363 additions and 178 deletions

View File

@@ -148,7 +148,7 @@ class TheMovieDb extends ExternalAPI {
append_to_response: 'credits,external_ids,videos',
},
},
900
43200
);
return data;
@@ -174,7 +174,7 @@ class TheMovieDb extends ExternalAPI {
'aggregate_credits,credits,external_ids,keywords,videos',
},
},
900
43200
);
return data;