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
|`dir_level`|`integer`|`1`| Defines how much sub-directories should be created. |
621
-
|`dir_permission`|`integer\|false`|`0700`| Set explicit permission on creating new directories. |
622
-
|`file_locking`|`boolean`|`true`| Lock files on writing. |
623
-
|`file_permission`|`integer`|`false`| 0600 Set explicit permission on creating new files. |
624
-
|`key_pattern`|`string`|`/^[a-z0-9_\+\-]*$/Di`| Validate key against pattern. |
625
-
|`no_atime`|`boolean`|`true`| Don’t get `fileatime` as `atime` on metadata. |
626
-
|`no_ctime`|`boolean`|`true`| Don’t get `filectime` as `ctime` on metadata. |
627
-
|`umask`|`integer\|false`|`false`| Use [umask](http://wikipedia.org/wiki/Umask) to set file and directory permissions. |
628
-
|`unserializable_classes`|`boolean\|non-empty-list<class-string>`|`true`| A list of classes which are allowed for unserialization when reading cache values|
615
+
| Name | Data Type | Default Value | Description |
|`dir_level`|`integer`|`1`| Defines how much sub-directories should be created. |
621
+
|`dir_permission`|`integer\|false`|`0700`| Set explicit permission on creating new directories. |
622
+
|`file_locking`|`boolean`|`true`| Lock files on writing. |
623
+
|`file_permission`|`integer`|`false`| 0600 Set explicit permission on creating new files. |
624
+
|`key_pattern`|`string`|`/^[a-z0-9_\+\-]*$/Di`| Validate key against pattern. |
625
+
|`no_atime`|`boolean`|`true`| Don’t get `fileatime` as `atime` on metadata. |
626
+
|`no_ctime`|`boolean`|`true`| Don’t get `filectime` as `ctime` on metadata. |
627
+
|`umask`|`integer\|false`|`false`| Use [umask](http://wikipedia.org/wiki/Umask) to set file and directory permissions. |
628
+
|`unserializable_classes`|`boolean\|non-empty-list<class-string>`|`true`| A list of classes which are allowed for unserialization when reading cache values. Available as of v3.0 of the adapter.|
0 commit comments