Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonpackages/carbon.sqlitecache
Enable SQLite Cache in Neos
https://github.com/carbonpackages/carbon.sqlitecache
cache carbon neoscms sqlite
Last synced: 4 days ago
JSON representation
Enable SQLite Cache in Neos
- Host: GitHub
- URL: https://github.com/carbonpackages/carbon.sqlitecache
- Owner: CarbonPackages
- License: mit
- Created: 2017-03-31T08:55:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T10:42:07.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:39:58.480Z (7 months ago)
- Topics: cache, carbon, neoscms, sqlite
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/carbon/sqlitecache/v/stable)](https://packagist.org/packages/carbon/sqlitecache)
[![Total Downloads](https://poser.pugx.org/carbon/sqlitecache/downloads)](https://packagist.org/packages/carbon/sqlitecache)
[![License](https://poser.pugx.org/carbon/sqlitecache/license)](LICENSE)
[![GitHub forks](https://img.shields.io/github/forks/CarbonPackages/Carbon.SQLiteCache.svg?style=social&label=Fork)](https://github.com/CarbonPackages/Carbon.SQLiteCache/fork)
[![GitHub stars](https://img.shields.io/github/stars/CarbonPackages/Carbon.SQLiteCache.svg?style=social&label=Stars)](https://github.com/CarbonPackages/Carbon.SQLiteCache/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/CarbonPackages/Carbon.SQLiteCache.svg?style=social&label=Watch)](https://github.com/CarbonPackages/Carbon.SQLiteCache/subscription)# Carbon.SQLite Package for Neos CMS
If you install this package, your cache will be stored in SQLite. On some environments, this is much faster as the default file cache.
## Installation
```
composer require carbon/sqlitecache
```## License
Licensed under MIT, see [LICENSE](LICENSE)