File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This is a implementation for the PSR-6 for an array cache. This implementation s
66This adapter could also be called Ephemeral or Memory adapter.
77
88
9- | Feature | |
10- | ------- | - |
9+ | Feature | Supported |
10+ | ------- | --------- |
1111| Flush everything | Yes
1212| Expiration time | No
13- | Support for tags | Yes
13+ | Tagging | Yes
Original file line number Diff line number Diff line change 1212namespace Cache \Adapter \PHPArray \Tests ;
1313
1414use Cache \Adapter \PHPArray \ArrayCachePool ;
15- use Cache \IntegrationTests \CachePoolTest as BaseTest ;
15+ use Cache \IntegrationTests \CachePoolTest ;
1616
17- class IntegrationPoolTest extends BaseTest
17+ class IntegrationPoolTest extends CachePoolTest
1818{
19- private $ cache = [];
20-
2119 public function createCachePool ()
2220 {
23- return new ArrayCachePool ($ this -> cache );
21+ return new ArrayCachePool ();
2422 }
2523}
You can’t perform that action at this time.
0 commit comments