robertmain / UniformCache

Cache abstraction layer for PHP
GNU General Public License v3.0
10 stars 0 forks source link

SQLite adapter #6

Open jamend opened 10 years ago

jamend commented 10 years ago

It would be nice to have SQLite support as a cache back-end. It doesn't need an actually database server, and can use a persistent in-memory store (example: http://www.php.net/manual/en/ref.pdo-sqlite.connection.php#105350), making it a nice alternative when APC and the like are absent.