Slide 120
Slide 120 text
public static function frameInitialize(): void
{
// ॳظԽ
Cache::init(new Files([
'expire' => 0, // ߏթݖ௹ൈࡗ
'cache_subdir' => true, // 䇖ఓሰଢթ٢
'prefix' => '', // ߏթ໓ࡱުሗ
'path' => __DIR__.'/cache', // อଘDIR
'hash_type' => 'md5', // จ໊݅తᄒرํࣜ
'data_compress' => false, // ఓႨߏթଽಸ෪
'thread_safe' => false, // ϑΝΠϧϩοΫ͢Δ͔
'lock_timeout' => 3000, // จ݅࠷Ӊ෭קൈࡗ(ms)
]));