cache
Cache service
A caching library that provides a simple interface to multiple caching backends.
[READ-ONLY] Easy to use Caching library with support for multiple caching backends. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp
51 stars
30 watching
10 forks
Language: PHP
last commit: 11 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
dereuromark/cakephp-cache | Caches views as static files for efficient content delivery | 33 |
cakedc/cakephp-cached-routing | Improves load time of routes by caching the route collection | 4 |
cakephp/queue | A Queueing library for CakePHP that allows tasks to be processed asynchronously | 37 |
burzum/cakephp-service-layer | A plugin for CakePHP that introduces a service layer to separate business logic from persistence and simplify maintainability. | 67 |
cnizzardini/cakephp-preloader | Generates an OPCache preloader file for CakePHP applications. | 11 |
cakephp/bake | A tool for generating code in PHP applications. | 111 |
dereuromark/cakephp-captcha | A Captcha plugin for CakePHP that provides a simple, extendable solution for image-based captchas in web applications. | 10 |
codingsince1985/couchcache | A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |
cakephp/app | A CakePHP application template provides a basic structure for building web applications using PHP. | 373 |
netflix/evcache | A distributed in-memory caching solution designed to store frequently used data for short-term use cases | 2,058 |
slimphp/slim-httpcache | Provides an HTTP caching middleware and service provider for a web application framework | 115 |
cakephp/validation | A validation library for PHP applications. | 43 |
friendsofcake/search | Provides a simple interface to create paginate-able filters for CakePHP applications. | 170 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
cakedc/cakephp-api | Exposes a versioned API in CakePHP with minimal code | 61 |