leancloud / php-sdk

LeanCloud PHP SDK
Apache License 2.0
53 stars 23 forks source link

Would you give an adapter for php-cache? #182

Open bolechen opened 5 years ago

bolechen commented 5 years ago

The PHP Cache organization is dedicated to providing solid, powerful, flexible, and lightweight caching libraries for PHP projects.

Project website: http://www.php-cache.com/en/latest/

jysperm commented 5 years ago

Do you mean use php-cache to store user session? You can implement the IStorage interface by yourself.