Skip to content

Commit

Permalink
Add Technical Note
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym authored Apr 21, 2023
1 parent 3ab6667 commit f29fbd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,8 @@ use Ray\PsrCacheModule\CacheNamespaceModule;

new CacheNamespaceModule('app1');
```
### Technical Note

Redis, Memcached classes and symfony/cache adapters are not serializable, but RedisAdapter and MemcachedAdapter, which inherit from symfony/cache and are provided in this package, are.

```php

0 comments on commit f29fbd5

Please sign in to comment.