-
*UPDATE: Ticket description has been extended/replaced by @chillu on 10th of Feb*
## Tasks
* [x] Remove Zend_Cache dep
* [x] Use DI for cache configuration
* [x] Create factory for retrievi…
-
I recently tried to use some caching in v8, code that works correct in 5.7 and is as per the current doco at: http://documentation.concrete5.org/developers/caching/overview
```
$cache = \Core::mak…
-
This is named the same as a very well known and used library: http://www.stashphp.com/
You should consider renaming it.
Petah updated
8 years ago
-
as seen in examples at http://www.stashphp.com/:
``` php
$item->set('apple');
// string(6) "apples"
```
(note that i copy/pasted from the website but removed all lines without interest for the issue…
-
The docs from: http://www.stashphp.com/Contributing.html#code-styling
``` bash
davereid@Corsair250D ~/Sync/projects/Stash (logger-and-pool-traits✓)$ ./vendor/bin/php-cs-fixer fix ./ --level="all" -vv…
-
See if we can create two levels of cache, and use the memory cache for stuff that was previously using the local Cache (\Concrete\Core\Cache\CacheLocal)