Skip to content

Commit 880d21d

Browse files
committed
Document cached-engine
1 parent cbceea3 commit 880d21d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ $engine = new PartialDriver(metadata: $metadata);
8383

8484
## List of available components:
8585

86+
* [cached-engine](https://github.com/php-soap/cached-engine/): Provides wrappers for storing engines and encoders in a PSR-6 Cache pool.
87+
* **CachedDriver**: Decorates a cache around a driver factory.
88+
* **CachedEngine**: Decorates a cache around an engine factory.
89+
8690
* [ext-soap-engine](https://github.com/php-soap/ext-soap-engine): An engine based on PHP's ext-soap.
8791
* **ExtSoapEncoder:** Uses PHP's `SoapClient` in order to encode a mixed request body into a SOAP request.
8892
* **ExtSoapDecoder:** Uses PHP's `SoapClient` in order to decode a SOAP Response into mixed data.

0 commit comments

Comments
 (0)