diff --git a/CHANGELOG.md b/CHANGELOG.md index 144ed02e9..2f69b4c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ All notable changes to this project will be documented in this file, in reverse ### Deprecated -- Nothing. +- [#123](https://github.com/zendframework/zend-cache/pull/123) + Deprecate capability "expiredRead". + It's basically providing the same information as staticTtl but from a wrong PoV ### Removed diff --git a/doc/book/storage/adapter.md b/doc/book/storage/adapter.md index 1371208eb..37279d9aa 100644 --- a/doc/book/storage/adapter.md +++ b/doc/book/storage/adapter.md @@ -550,7 +550,6 @@ Capability | Value `staticTtl` | `true` `ttlPrecision` | 1 `useRequestTime` | value of `apc.use_request_time` from `php.ini` -`expiredRead` | `false` `maxKeyLength` | 5182 `namespaceIsPrefix` | `true` `namespaceSeparator` | Option value of `namespace_separator` @@ -631,7 +630,6 @@ Capability | Value `staticTtl` | `false` `ttlPrecision` | 1 `useRequestTime` | `false` -`expiredRead` | `true` `maxKeyLength` | 251 `namespaceIsPrefix` | `true` `namespaceSeparator` | Option value of `namespace_separator` @@ -676,7 +674,6 @@ Capability | Value `staticTtl` | `true` `ttlPrecision` | 1 `useRequestTime` | `false` -`expiredRead` | `false` `maxKeyLength` | 255 `namespaceIsPrefix` | `true` `namespaceSeparator` | none @@ -709,7 +706,6 @@ Capability | Value `staticTtl` | `true` `ttlPrecision` | 1 `useRequestTime` | `false` -`expiredRead` | `false` `maxKeyLength` | 255 `namespaceIsPrefix` | `true` `namespaceSeparator` | none @@ -759,7 +755,6 @@ Capability | Value `staticTtl` | `false` `ttlPrecision` | 0.05 `useRequestTime` | `false` -`expiredRead` | `true` `maxKeyLength` | 0 `namespaceIsPrefix` | `false` @@ -796,18 +791,17 @@ This adapter implements the following interfaces: ### Capabilities -Capability Value -supportedDatatypes null, boolean, integer, double, string, array -supportedMetadata _id -minTtl 0 -maxTtl 0 -staticTtl true -ttlPrecision 1 -useRequestTime false -expiredRead false -maxKeyLength 255 -namespaceIsPrefix true -namespaceSeparator