summaryrefslogtreecommitdiff
path: root/it_cache.class
AgeCommit message (Expand)AuthorFilesLines
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