php-oauth icon indicating copy to clipboard operation
php-oauth copied to clipboard

Separate custom storage providers to custom library

Open logical-and opened this issue 10 years ago • 0 comments

Replace by doctrine/cache providers:

  • File
  • Redis

Add providers (like wrappers) based on doctrine providers, what creates doctrine/cache objects and configure them:

  • CouchBase
  • Memcache
  • MongoDB
  • Predis
  • WinCache
  • Xdebug

Add DoctrineStorage class, what allow to use custom provider, which based on doctrine/cache interface (already implemented by @cmodijk in pull request)

logical-and avatar Apr 16 '15 10:04 logical-and