Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv committed Jun 21, 2023
1 parent 8120cf9 commit 518b0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Therefore, if you decide to use my packages, please kindly consider making a don
| method | Arguments | description |
|----------------------|-------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| setDriver | driver (type: `string`) | Specifies custom driver for cache entity |
| isQueueable | status (type: `bool`, default: 'true')<br>onConnection (type: `string`, default: '')<br>onQueue (type: `string`, default: '') | This option specifies whether the cache operation should be performed in the background or not.<br>**Note**: By using the `onConnection` and `onQueue` arguments, you have the ability to specify custom connection and queue names for each cache entity. |
| isQueueable | status (type: `bool`, default: 'true')<hr>onConnection (type: `string`, default: '')<hr>onQueue (type: `string`, default: '') | This option specifies whether the cache operation should be performed in the background or not.<br>**Note**: By using the `onConnection` and `onQueue` arguments, you have the ability to specify custom connection and queue names for each cache entity. |
| refreshAfterCreate | status (type: `bool`, default: `true`) | Specifies if the cache should refresh after create a record |
| refreshAfterUpdate | status (type: `bool`, default: `true`) | Specifies if the cache should refresh after update a record |
| refreshAfterDelete | status (type: `bool`, default: `true`) | Specifies if the cache should refresh after delete a record |
Expand Down

0 comments on commit 518b0a1

Please sign in to comment.