@@ -8,26 +8,13 @@ or an entire group of elements.
88
99[ ![ Packagist] ( https://img.shields.io/packagist/v/eftec/CacheOne.svg )] ( https://packagist.org/packages/eftec/CacheOne )
1010[ ![ Total Downloads] ( https://poser.pugx.org/eftec/CacheOne/downloads )] ( https://packagist.org/packages/eftec/CacheOne )
11- [ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2022 .svg )] ( )
11+ [ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2023 .svg )] ( )
1212[ ![ composer] ( https://img.shields.io/badge/composer-%3E1.6-blue.svg )] ( )
1313[ ![ php] ( https://img.shields.io/badge/php-7.2-green.svg )] ( )
1414[ ![ php] ( https://img.shields.io/badge/php-8.0-green.svg )] ( )
1515[ ![ php] ( https://img.shields.io/badge/php-8.1-green.svg )] ( )
1616[ ![ CocoaPods] ( https://img.shields.io/badge/docs-70%25-yellow.svg )] ( )
1717
18- - [ CacheOne] ( #cacheone )
19- * [ Example] ( #example )
20- * [ Creating a new instance of CacheOne] ( #creating-a-new-instance-of-cacheone )
21- * [ Storing a value] ( #storing-a-value )
22- * [ Getting a value] ( #getting-a-value )
23- * [ invalidate a key] ( #invalidate-a-key )
24- * [ invalidate a group] ( #invalidate-a-group )
25- * [ invalidate all] ( #invalidate-all )
26- * [ Select a database (Redis/PdoOne)] ( #select-a-database-redispdoone )
27- - [ Version] ( #version )
28- - [ License] ( #license )
29-
30-
3118
3219# Example
3320
@@ -48,6 +35,32 @@ if($cacheValue===false) {
4835var_dump($countries);
4936```
5037
38+ # Table of Contents
39+
40+ <!-- TOC -->
41+ * [ CacheOne] ( #cacheone )
42+ * [ Example] ( #example )
43+ * [ Table of Contents] ( #table-of-contents )
44+ * [ Definitions] ( #definitions )
45+ * [ Creating a new instance of CacheOne] ( #creating-a-new-instance-of-cacheone )
46+ * [ Storing a value] ( #storing-a-value )
47+ * [ Getting a value] ( #getting-a-value )
48+ * [ setDefaultTTL] ( #setdefaultttl )
49+ * [ Pushing and Popping values form an array] ( #pushing-and-popping-values-form-an-array )
50+ * [ push] ( #push )
51+ * [ unshift] ( #unshift )
52+ * [ pop] ( #pop )
53+ * [ shift] ( #shift )
54+ * [ invalidate a key] ( #invalidate-a-key )
55+ * [ invalidate a group] ( #invalidate-a-group )
56+ * [ invalidate all] ( #invalidate-all )
57+ * [ setSerializer($serializer)] ( #setserializer--serializer- )
58+ * [ getSerializer();] ( #getserializer--- )
59+ * [ Select a database (Redis/PdoOne)] ( #select-a-database--redispdoone- )
60+ * [ Version] ( #version )
61+ * [ License] ( #license )
62+ <!-- TOC -->
63+
5164# Definitions
5265
5366
@@ -293,7 +306,8 @@ $cache->select('table'); // PdoOne
293306```
294307
295308# Version
296-
309+ * 2.13
310+ * ** [ redis] ** fixed a problem with redis and get()
297311* 2.12.4
298312 * ** [ fixed] ** solved a problem when the cache is not found.
299313* 2.12.3
0 commit comments