summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_cache.class
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
Re-add fix to distinguish between false and error when getting values from Me...
Christian Schneider
1
-3
/
+10
2015-12-01
Switch back to APCu for it_cache as there is now a version in pecl supporting...
Christian Schneider
1
-40
/
+9
2015-09-10
Fix it_cache to pass tests on PHP7 (different code paths because of memcached...
Christian Schneider
1
-4
/
+14
2015-09-07
Merge branch 'master' into cs/php7
Christian Schneider
1
-2
/
+2
2015-08-20
document shell problem
Urban Müller
1
-2
/
+2
2015-07-21
Use old syntax for itools
Christian Schneider
1
-2
/
+2
2015-07-21
Use Memcached instead of Memcache and use it for local cache too (using key@m...
Christian Schneider
1
-6
/
+27
2015-07-21
Code style simplifications
Christian Schneider
1
-6
/
+0
2015-07-21
Remove eaccelerator, supported are now apc/apcu
Christian Schneider
1
-3
/
+2
2015-01-08
return null if key does not exists (out of band)
Urban Müller
1
-5
/
+5
2013-11-01
Remove $Id$
Christian Schneider
1
-2
/
+0
2013-10-21
correctly use sporadic error filtering
Urban Müller
1
-1
/
+1
2013-10-17
only report multiple errors
Urban Müller
1
-1
/
+1
2013-10-17
better err msg for it_cache::put
Urban Müller
1
-1
/
+1
2013-10-16
return written value from it_cache::put
Urban Müller
1
-4
/
+7
2013-07-05
Use apcu_ functions if they exists (PHP 5.5)
Christian Schneider
1
-2
/
+7
2012-01-18
Fix result code of it_cache::put for distributed case (memcache)
Christian Schneider
1
-1
/
+1
2011-12-22
documentation
Christian Weber
1
-1
/
+1
2011-11-30
docs
Urban Müller
1
-0
/
+2
2010-01-17
Add support for APC (replaces EAccelerator for PHP 5.3)
Christian Schneider
1
-2
/
+2
2010-01-08
Mark static functions as static to avoid PHP 5.3 strict warnings (performance?)
Christian Schneider
1
-4
/
+4
2009-03-26
Store and use local copy to make put ... get reliable within one request
Christian Schneider
1
-1
/
+5
2009-03-16
Compress data which is stored in memcache
Christian Schneider
1
-1
/
+1
2009-03-12
Always local cache on non-live systems
Christian Schneider
1
-0
/
+3
2009-01-14
Use default connection parameter for connection retries to memcached
Christian Schneider
1
-1
/
+1
2008-11-27
memory cache
Urban Müller
1
-0
/
+98