16 Commits

Author SHA1 Message Date
fc6b63717c removed hard restriction of cache keyPrefix to alnum
fixes #1773
2014-01-04 14:18:51 +01:00
26767735dc Renamed byte methods, moved path methods back to StringHelper 2013-12-04 14:26:47 +01:00
5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 2013-12-04 09:48:01 +01:00
3cb366020a added redis Session
as suggested in issue #1316
2013-11-25 14:39:21 +01:00
1a7a15a3ef Implemented mset, madd for cache. Added tests. 2013-11-17 04:00:43 +04:00
5fc51f1ad9 Merge pull request #1094 from pmoust/cache-mset
[WIP] Caching: mset() method to store multiple items.
2013-11-16 14:24:17 -08:00
63d391b309 typo fix
s/value to be cached value/value to be cached/g
2013-10-29 01:03:22 +02:00
8f8adb2a48 added phpdoc block for mset() 2013-10-29 00:43:26 +02:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
bdb77f33ba updated @property annotations of many classes 2013-08-28 14:16:13 +02:00
0e2ac86566 added Cache::exists() to check key existance in cache 2013-08-27 17:24:09 +02:00
b06d7a8675 refactored cache dependency methods. 2013-06-12 21:21:19 -04:00
f5d0bcbcfc Refactored cache key generation. 2013-05-26 17:09:09 -04:00
0ab5bbaf40 Update Cache.php
Moved add prefix ($this->keyPrefix) to the key in function buildKey(). Could it be better?
2013-05-26 23:32:42 +04:00
ead914176f Update Cache.php
Fixed an example of using buildKey in the doc
2013-05-26 13:33:35 +04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00