angelxmoreno/cakephp-simplecache-bridge

View on GitHub

Showing 15 of 15 total issues

Line length
Open

//overriding the Cache engine's TTL with a `\DateTimeInterval` ( as per the SimpleCache Interface )
Severity: Info
Found in README.md by markdownlint

Trailing spaces
Open

## Why build this?
Severity: Info
Found in README.md by markdownlint

Line length
Open

~No. CakePHP 3.7 brings with it a PSR-16 CacheEngine; meaning you will be able to decorate a PSR-16 object to implement
Severity: Info
Found in README.md by markdownlint

Line length
Open

`Cake\Cache\CacheEngine` methods. What this bridge offers is the ability to go from a `Cake\Cache\CacheEngine` to PSR-16, not the other way around.~
Severity: Info
Found in README.md by markdownlint

Trailing spaces
Open

allows me to reuse the Cache Engines and Cache configs already available within my CakePHP application and eliminates
Severity: Info
Found in README.md by markdownlint

Line length
Open

$cache->set('some_key', 'some value', 300); //cached for 300 seconds instead of `+1 hours`
Severity: Info
Found in README.md by markdownlint

Line length
Open

Once you have a cahe configuration defined, you simple have to pass the config name when creating an instance of the Bridge
Severity: Info
Found in README.md by markdownlint

Trailing punctuation in header
Open

## Isn't this already in CakePHP 3.7 ?
Severity: Info
Found in README.md by markdownlint

Line length
Open

In a few of my CakePHP apps I make use of 3rd party libraries that require a PSR-16 compatible cache engine. This bridge
Severity: Info
Found in README.md by markdownlint

Line length
Open

*The new `SimpleCacheEngine` class ( in CakePHP 3.7 ) implements PSR 16 interface and decorates/wraps `CacheEngine` classes.*
Severity: Info
Found in README.md by markdownlint

Line length
Open

$cache->set('some_key', 'some value', $interval); //cached for 1 year instead of `+1 hours`
Severity: Info
Found in README.md by markdownlint

Fenced code blocks should be surrounded by blank lines
Open

```php
Severity: Info
Found in README.md by markdownlint

Trailing spaces
Open

~No. CakePHP 3.7 brings with it a PSR-16 CacheEngine; meaning you will be able to decorate a PSR-16 object to implement
Severity: Info
Found in README.md by markdownlint

Line length
Open

allows me to reuse the Cache Engines and Cache configs already available within my CakePHP application and eliminates
Severity: Info
Found in README.md by markdownlint

Trailing punctuation in header
Open

## Why build this?
Severity: Info
Found in README.md by markdownlint
Severity
Category
Status
Source
Language