Skip to content

Commit 2ae3146

Browse files
committed
docs: add the version where the new option is added
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 3d224aa commit 2ae3146

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/book/v4/storage/adapter.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -612,20 +612,20 @@ This adapter implements the following interfaces:
612612

613613
### Adapter Specific Options
614614

615-
| Name | Data Type | Default Value | Description |
616-
|--------------------------|-----------------------------------------|------------------------|-------------------------------------------------------------------------------------|
617-
| `namespace_separator` | `string` | ":" | A separator for the namespace and prefix |
618-
| `cache_dir` | `string` | "" | Directory to store cache files. |
619-
| `clear_stat_cache` | `boolean` | `true` | Call `clearstatcache()` enabled? |
620-
| `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 |
616+
|--------------------------|-----------------------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------|
617+
| `namespace_separator` | `string` | ":" | A separator for the namespace and prefix |
618+
| `cache_dir` | `string` | "" | Directory to store cache files. |
619+
| `clear_stat_cache` | `boolean` | `true` | Call `clearstatcache()` enabled? |
620+
| `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. |
629629

630630
## Memcached Adapter
631631

0 commit comments

Comments
 (0)