You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//PHP Fast Cache
use Phpfastcache\Helper\Psr16Adapter;
use Phpfastcache\Drivers\Files\Config as FilesConfig;
$cacher = new Psr16Adapter(empty($_SERVER['CACHE_TYPE']) ? 'files' : $_SERVER['CACHE_TYPE'],
new FilesConfig([
'path' => __DIR__.'/cache',
'secureFileManipulation' => true,
'securityKey' => '_phpfastcache_', //dont change it, because deleting func about the cache from ACP
]));
Can you give me rewritten code to can use memcache ?
References (optional)
No response
Do you have anything more you want to share? (optional)
No response
The text was updated successfully, but these errors were encountered:
What's your question ?
Now im using this configuration for files:
Can you give me rewritten code to can use memcache ?
References (optional)
No response
Do you have anything more you want to share? (optional)
No response
The text was updated successfully, but these errors were encountered: