summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/Cache.php
AgeCommit message (Collapse)AuthorFilesLines
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-6/+6
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-2/+3
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-10-27Style guide...vkeranov1-1/+1
2012-10-26Implement cache key prefixing (as suggested in #1197) and update the Cache docsAndrey Andreev1-26/+32
2012-06-09Cleanup the new Redis cache driver and add a changelog entry for itAndrey Andreev1-1/+1
2012-06-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developAnton Lindqvist1-26/+44
Conflicts: system/libraries/Cache/Cache.php
2012-05-28Fix issue where cache backup is ignored on first call.Eric Roberts1-21/+17
2012-05-17Clean up the librariesAndrey Andreev1-2/+2
2012-04-27Fix Cache, Image_lib and Log librariesTimothy Warren1-1/+1
2012-04-25Added missing commas.Anton Lindqvist1-2/+2
2012-04-25Align and sort valid cache drivers.Anton Lindqvist1-7/+7
2012-04-25Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developAnton Lindqvist1-69/+52
Conflicts: system/libraries/Cache/Cache.php
2012-04-20Start comment cleanup of librariesTimothy Warren1-13/+35
2012-03-26Switch private methods and properties to protected and cleanup the Cache ↵Andrey Andreev1-62/+47
library and drivers
2012-03-12Fix some spaces and alignments in the new Wincache driverAndrey Andreev1-12/+9
2012-03-12Merge pull request #1095 from colonelchlorine/developPhil Sturgeon1-1/+1
Added support for Wincache when running CI on Windows boxes
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-02-29Added support for Wincache when running CI on Windows boxesMike Davies1-1/+1
Wincache is directly analogous to APC, except with less problems on a Windows environment. Performance wise they are almost identical (for user mode caching at least). Need to have the Wincache PHP module downloaded from http://www.iis.net/download/wincacheforphp.
2012-01-21Added redis cache driver.Anton Lindqvist1-1/+1
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-25Improve the Cache libraryAndrey Andreev1-18/+18
2011-12-25Fixing soft tabs in a few files.Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-5/+17
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-15/+15
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-15/+15
2011-04-02Added CI_ Prefix to the Cache driver.Phil Sturgeon1-3/+3
2011-01-28updating copyrights to 2011Derek Jones1-1/+1
2010-12-21Initial commit of Caching Driver.Greg Aker1-0/+216