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
Copy file name to clipboardExpand all lines: docs/OPTIONS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ PhpFastCache has some options that you may want to know before using them, here'
23
23
***defaultFileNameHashFunction**_| string (default: 'md5')_`[>=V7]` This option will allow you to define a custom hash function for every I/O method that ends up to write an hashed filename on the disk.
24
24
***preventCacheSlams**_| bool (default: false)_`[>=V6]` This option will allow you to prevent cache slams when making use of heavy cache items
25
25
***cacheSlamsTimeout**_| int (default: 15)_`[>=V6]` This option defines the cache slams timeout in seconds
26
+
***useStaticItemCaching**_| bool(default: true)_`[>=V8.0.3]` This option will allow you to disable the internal static storage of cache items. Can be used for cron script that loop indefinitely on cache items to avoid calling `detachAllItems()`/`detachItem($item)` from the cache pool.
0 commit comments