diff --git a/README.md b/README.md index 882704f..dd018cf 100644 --- a/README.md +++ b/README.md @@ -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')
onConnection (type: `string`, default: '')
onQueue (type: `string`, default: '') | This option specifies whether the cache operation should be performed in the background or not.
**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')
onConnection (type: `string`, default: '')
onQueue (type: `string`, default: '') | This option specifies whether the cache operation should be performed in the background or not.
**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 |