summaryrefslogtreecommitdiff
path: root/it_cache.class
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Re-add fix to distinguish between false and error when getting values from Me...Christian Schneider1-3/+10
2015-12-01Switch back to APCu for it_cache as there is now a version in pecl supporting...Christian Schneider1-40/+9
2015-09-10Fix it_cache to pass tests on PHP7 (different code paths because of memcached...Christian Schneider1-4/+14
2015-09-07Merge branch 'master' into cs/php7Christian Schneider1-2/+2
2015-08-20document shell problemUrban Müller1-2/+2
2015-07-21Use old syntax for itoolsChristian Schneider1-2/+2
2015-07-21Use Memcached instead of Memcache and use it for local cache too (using key@m...Christian Schneider1-6/+27
2015-07-21Code style simplificationsChristian Schneider1-6/+0
2015-07-21Remove eaccelerator, supported are now apc/apcuChristian Schneider1-3/+2
2015-01-08return null if key does not exists (out of band)Urban Müller1-5/+5
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-10-21correctly use sporadic error filteringUrban Müller1-1/+1
2013-10-17only report multiple errorsUrban Müller1-1/+1
2013-10-17better err msg for it_cache::putUrban Müller1-1/+1
2013-10-16return written value from it_cache::putUrban Müller1-4/+7
2013-07-05Use apcu_ functions if they exists (PHP 5.5)Christian Schneider1-2/+7
2012-01-18Fix result code of it_cache::put for distributed case (memcache)Christian Schneider1-1/+1
2011-12-22documentationChristian Weber1-1/+1
2011-11-30docsUrban Müller1-0/+2
2010-01-17Add support for APC (replaces EAccelerator for PHP 5.3)Christian Schneider1-2/+2
2010-01-08Mark static functions as static to avoid PHP 5.3 strict warnings (performance?)Christian Schneider1-4/+4
2009-03-26Store and use local copy to make put ... get reliable within one requestChristian Schneider1-1/+5
2009-03-16Compress data which is stored in memcacheChristian Schneider1-1/+1
2009-03-12Always local cache on non-live systemsChristian Schneider1-0/+3
2009-01-14Use default connection parameter for connection retries to memcachedChristian Schneider1-1/+1
2008-11-27memory cacheUrban Müller1-0/+98