899b778994
Correct type declarations
2014-10-25 16:35:50 +03:00
a2e8083beb
Created ArrayCache class
...
- can be used to enable caching in a request without the need for any storage
- useful for example in complex console tasks that should still be independed
2014-08-11 23:49:55 +02:00
5439ab7854
Changed the default value of Cache::keyPrefix to be null.
2014-05-19 11:29:34 -04:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
c7e8d8b900
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
2014-03-03 20:50:44 +03:00
09a3300b7c
refactored redis cache, added mset()
2013-11-17 21:09:13 +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
3ebbab0284
marked mset() test incomplete
2013-10-29 00:49:31 +02:00
4cf05205d4
added cache mset() base test
2013-10-29 00:18:22 +02:00
ee2af2661c
Removed unneeded use statements
2013-10-24 03:12:25 +04:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
3f88320595
second try to fix random memcache failure on travis
...
issue #877
2013-10-02 12:27:04 +02:00
f3504f426d
fix test fail when not on travis
2013-09-25 13:00:13 +02:00
9542fd24d4
try to fix: memcache testExpire fails randomly on travis
...
issue #877
2013-09-25 12:58:27 +02:00
0e2ac86566
added Cache::exists() to check key existance in cache
2013-08-27 17:24:09 +02:00
0596fa82fd
code style fixes
2013-08-13 02:43:47 +04:00
f5d0bcbcfc
Refactored cache key generation.
2013-05-26 17:09:09 -04:00
7cd9123c3b
Tests cleanup
...
- Better names
- Removed not used MySQLTestCase
- Moved base testcase for DB to db namespace
- Minor style fixes
2013-05-24 18:35:00 +04:00