PhpSpreadsheet/docs
Adrien Crivelli fd9c925a7b
Refactor CachedObjectStorage to PSR-16
This drop a lot of non-core features code and delegate their maintainance
to third parties. Also it open the door to any missing implementation
out of the box, such as Redis for the moment.

Finally this consistently enforce a constraint where there can be one and
only one active cell at any point in time in code. This used to be true for
non-default implementation of cache, but it was not true for default
implementation where all cells were kept in-memory and thus were never
detached from their worksheet and thus were all kept functionnal at any
point in time.

This inconsistency of behavior between in-memory and off-memory could
lead to bugs when changing cache system if the end-user code was badly
written. Now end-user will never be able to write buggy code in the first
place, avoiding future headache when introducing caching.

Closes #3
2017-04-14 16:56:27 +09:00
..
Examples Fix sample which does't work (#123) 2017-03-24 22:09:32 +09:00
assets Add documentation welcome page 2016-11-27 19:34:17 +09:00
references Document non-available data validation support 2017-04-12 13:25:37 +09:00
topics Refactor CachedObjectStorage to PSR-16 2017-04-14 16:56:27 +09:00
faq.md Improve doc formatting with backticks 2017-03-13 14:57:37 +09:00
index.md Typo 2017-03-13 12:33:24 +09:00