Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Jun 7, 2024
1 parent fed0616 commit 12a9aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use Soap\CachedEngine\CacheConfig;
use Soap\Engine\Engine;

$engine = new CachedEngine(
$yourPsr6OrPsr16CachePool,
$yourPsr6CachePool,
new CacheConfig(
key: 'cached-engine',
ttlInSeconds: 3600
Expand All @@ -69,7 +69,7 @@ use Soap\CachedEngine\CacheConfig;
use Soap\Driver\Driver;

$driver = new CachedDriver(
$yourPsr6OrPsr16CachePool,
$yourPsr6CachePool,
new CacheConfig(
key: 'cached-engine',
ttlInSeconds: 3600
Expand Down

0 comments on commit 12a9aa3

Please sign in to comment.