Commit Graph

110 Commits

Author SHA1 Message Date
Alexander Makarov
b3ba0f3f5a Fixes #3048: CApcCache is now compatible with APCu 2013-11-19 17:22:51 +04:00
Vladimír Kriška
9273becd3d changed formatting 2013-08-16 11:31:27 +02:00
Vladimír Kriška
65a5fa5494 added options to set mode (used by mkdir and chmod) for cache directory and files 2013-08-16 11:31:27 +02:00
Vladimír Kriška
45cab435c1 cache dir creation with correct file mod 2013-08-16 11:31:26 +02:00
Carsten Brandt
eda9511c8d removed unnecessary feof check from CRedisCache
issue #2750
2013-08-11 23:18:19 +02:00
Carsten Brandt
0fdff33df2 Fixed CRedisCache response parsing to work with fread() correctly
When value is greater than buffer size (normally 8192 bytes) fread
may not read all bytes.
Fixes #2750
2013-08-11 22:58:27 +02:00
resurtm
60c9057963 PHPDoc fixes and better $embedExpiry property naming. 2013-05-28 20:01:52 +06:00
resurtm
3fa125ce3c Merge branch 'master' of github.com:yiisoft/yii into fixes-2435-CFileCache-enhancements
Conflicts:
	CHANGELOG
2013-05-28 19:44:29 +06:00
Alexander Makarov
65702b6b03 Merge pull request #2436 from cebe/redis-cache
Created CRedisCache (backport from yii2)
2013-05-22 06:02:38 -07:00
Carsten Brandt
59ed54a446 redis drop millisecond support to not require latest redis verion
yii2 will have this feature.
2013-05-22 12:33:54 +02:00
resurtm
b0753a8e7d Fixes #2435: CFileCache entry expiration time could now be embedded into the cache file. 2013-05-04 21:58:24 +06:00
Carsten Brandt
b43a9b0b3d added redis cache to definitive guide 2013-05-02 00:28:51 +02:00
Carsten Brandt
75bb017126 Improved documentation for php expressions
Fixes issue #1921
2013-05-01 23:16:00 +02:00
Carsten Brandt
312be726d3 code style and documentation for CRedisCache 2013-05-01 21:25:48 +02:00
Carsten Brandt
f076a9e81e Created CRedisCache (backport from yii2)
redis cache uses http://redis.io/ as storage backend.
Feature was requested in discussion in #1302
2013-05-01 20:08:35 +02:00
marcovtwout
0682ec1a9f Remove extra spaces 2013-04-09 16:02:38 +02:00
marcovtwout
2f5596c349 Update DOC comment 2013-04-09 14:41:33 +02:00
marcovtwout
faf41eb51f Revert "Make $reusableData protected instead of private, so we can reset in subclass."
This reverts commit 00119b13e5.
2013-04-09 13:55:07 +02:00
marcovtwout
00119b13e5 Make $reusableData protected instead of private, so we can reset in subclass. 2013-04-08 09:58:56 +02:00
marcovtwout
7794bfabc7 Replace CCacheDependencyTest with version from klimov-paul (https://github.com/yiisoft/yii/pull/2290) 2013-04-08 09:53:49 +02:00
marcovtwout
7194f9a6da FIX: CDbCacheDependency with reuseDependentData did not invalidate cache when getting cache across different requests (marcovtwout) 2013-04-03 14:58:01 +02:00
borales
6d19a150d4 Replacing spaces with tabs, removing dots
[ci skip]
2013-03-06 20:59:38 +02:00
borales
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02:00
borales
07975cad64 Fixing spaces
[ci skip]
2013-03-06 01:06:46 +02:00
borales
a7af2c5371 Fixing some typos, PHPDocs
[ci skip]
2013-03-06 00:24:35 +02:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Maurizio Domba (mdwork)
b3ce5b4222 Fixes #1445 - doc fix in CCache 2012-09-21 09:51:36 +02:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Alexander Makarov
7b73df5383 Bug #1095: Added missing retry_interval parameter of addServer function call in CMemCache 2012-09-08 16:50:27 +04:00
resurtm
3984ea4423 Fixes bug 1066. 2012-08-03 15:35:21 +06:00
Lisio
67c6e8ce87 Fix missing retry_interval parameter in addServer call 2012-08-01 23:38:51 +04:00
resurtm
9c0f8d86e7 Tiny doc fix in CFileCache. 2012-07-19 00:00:36 +06:00
resurtm
b53241460e CMemCache::setValue() and CMemCache::addValue() change: expiration time for Memcache::set() and Memcached::set() now passed as seconds amount. Was UNIX timestamp. This is a documented feature of the memcache PHP extension, but now CMemCacheTest passes without fails. 2012-07-04 23:46:05 +06:00
resurtm
a26eecf1b0 CMemCacheTest fix. 2012-07-04 23:08:46 +06:00
resurtm
aea00958de CMemCacheTest fix. 2012-07-04 23:03:45 +06:00
resurtm
47b72a7c60 CMemCacheTest fix. 2012-07-04 23:01:34 +06:00
Qiang Xue
eb4d0bc8ad Refactored the support for customizing serialization methods for cache components 2012-06-16 00:42:13 -04:00
David Hrbáč
7c020a88a1 Corrected #578 extension checkig. Old solution breaks 'yiic message' 2012-06-11 19:55:11 +02:00
DaSourcerer
efefbfda1b Small error in phpdoc 2012-06-04 18:29:08 +03:00
DaSourcerer
8131016779 c&p error? 2012-05-24 12:22:56 +03:00
zilles
c2570a1149 Fixed bug with CDBCache::getValues() solving #660 2012-05-01 13:52:32 -07:00
Alexander Makarov
a4392cb83e Enh #578: Added extension checks to CMemCache 2012-05-01 20:45:49 +04:00
DaSourcerer
d2e85c6006 Added a warning to the CCache phpdoc regarding usage of the igbinary
serializer
2012-04-27 12:53:25 +02:00
DaSourcerer
dec9c4fd4c Add support for igbinary serialization 2012-04-26 15:02:10 +02:00
zilles
b4d226c0f3 Loop to produce $results for mget was setting the values correct. We want $results[<key>] = <value>, not $results[<key>] = $results[<value>] 2012-03-20 17:11:46 -07:00
Charles Pick
f38ec6cff5 165 - Rename reusable to reuseDependentData 2012-03-02 15:15:54 +00:00
Charles Pick
e2a6a320b1 165 Add whitespace 2012-02-26 18:18:37 +00:00
Charles Pick
3394722999 165 Clean up after feedback 2012-02-26 18:17:04 +00:00