summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/Cache.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev1-1/+2
2022-03-02[ci skip] Update copyright noticesAndrey Andreev1-1/+2
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT1-3/+3
2018-12-27Update copyright date to 2019Jim Parry1-2/+2
2018-05-18http:// to https://Mehdi Bounya1-2/+2
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-03-26Added method separator as comment.George Petculescu1-0/+2
2017-03-26Added get_loaded_driver() method to Cache.php; updated docs.George Petculescu1-0/+10
2017-02-20Add apcu driver into valid driver listkatsew1-0/+1
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-1/+1
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-07-05supported key_prefix on `increment` and `decrement`ftwbzhao1-2/+2
2015-06-22A small optimization in CI_Cache::is_supported()Andrey Andreev1-3/+2
2015-04-28Removed extra adapter validation. Adapter validation already happens in the s...Tyler Brownell1-18/+2
2015-04-27Adds error-level log messages when invalid adapters are set.Tyler Brownell1-0/+8
2015-04-24Reverts previous variable renaming and removes the foreach loop in favor of a...Tyler Brownell1-24/+23
2015-04-23Renames $_adapter to $_driver. It's what we call it everywhere else.Tyler Brownell1-14/+14
2015-04-23Cache Library Defaults FixedTyler Brownell1-15/+6
2015-04-23Updates the fallback driver variable name to match the config option name.Tyler Brownell1-6/+6
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-02-112013 > 2014darwinel1-1/+1
2014-01-09Implement atomic increment/decrement in Cache libraryAndrey Andreev1-5/+34
2013-07-24Cache Driver - Backup Never LoadedTyler Brownell1-1/+2
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
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-2/+3
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
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
2012-04-20Start comment cleanup of librariesTimothy Warren1-13/+35
2012-03-26Switch private methods and properties to protected and cleanup the Cache libr...Andrey Andreev1-62/+47
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
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-02-29Added support for Wincache when running CI on Windows boxesMike Davies1-1/+1
2012-01-21Added redis cache driver.Anton Lindqvist1-1/+1
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1