mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Improve Cache and encoder
This commit is contained in:
parent
cafd250944
commit
4a8f82fdc9
5 changed files with 23 additions and 9 deletions
|
@ -22,6 +22,7 @@ class CacheDB
|
|||
{
|
||||
if($schedule){
|
||||
//insert
|
||||
//_error_log("CacheDB::deleteCacheStartingWith($name) scheduled");
|
||||
return Cache_schedule_delete::insert($name);
|
||||
}else{
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue