Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
init cache /
Browse files Browse the repository at this point in the history
  • Loading branch information
Predprod committed Nov 26, 2017
1 parent d31b863 commit b9e1dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ function cache($key, $minutes, Closure $callback, $initDir = '/', $basedir = 'ca
```

и использовать его вместо `Cache::remember()`

Обратите внимание, что в отличии от `CPHPCache::InitCache()` (и его аналога из d7) по-умолчанию `$initDir = '/'`, а не false.
Это значит, что по-умолчанию кэш доступен для всего сайта.

0 comments on commit b9e1dc9

Please sign in to comment.