Commit Graph

24 Commits

Author SHA1 Message Date
Taylor Otwell ca58f80b22 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. 2011-07-09 22:15:42 -05:00
Taylor Otwell 6c51536d7d Remove check for items in Memcached cache driver. 2011-07-08 06:45:38 -07:00
Taylor Otwell de19b8db40 Remove check for items in File cache driver. 2011-07-08 06:45:15 -07:00
Taylor Otwell 24fefe9eb2 Remove check for items in APC driver. 2011-07-08 06:44:54 -07:00
Taylor Otwell 82d5760a32 Make items array public on Memcached cache driver. 2011-07-08 06:40:49 -07:00
Taylor Otwell 967428c441 Make items array public on File cache driver. 2011-07-08 06:40:20 -07:00
Taylor Otwell ec43d5dd03 Make item array public on APC cache driver. 2011-07-08 06:39:58 -07:00
Taylor Otwell 1d96b96828 Force memcached cache driver to return null as default. 2011-07-07 07:42:06 -07:00
Taylor Otwell a29e76f27b Force File cache driver to return null when items are expired. 2011-07-07 07:41:39 -07:00
Taylor Otwell 577066e07e Tweak file cache driver to return null as default. 2011-07-07 07:40:42 -07:00
Taylor Otwell 9927e3ed4e Tweak APC cache driver to return null for default value. 2011-07-07 07:39:48 -07:00
Taylor Otwell 3eeb69d1bf Remove default value from cache driver interface. 2011-07-07 07:39:26 -07:00
Taylor Otwell 715bed748d Add support for closures to File cache driver. 2011-07-07 07:29:16 -07:00
Taylor Otwell ac38876e34 Add support for closures in APC cache driver. 2011-07-07 07:28:03 -07:00
Taylor Otwell 739068b00d moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
Taylor Otwell 1ff5f84545 added apc driver notes in cache configuration file. 2011-06-18 19:49:29 -05:00
Taylor Otwell ab3be568ea Merge pull request #15 from toszcze/apc
Added APC cache driver.
2011-06-18 17:44:50 -07:00
Bartosz Romanowski 2a2f699169 Added the cache key to avoid cache overwritting 2011-06-19 00:12:05 +02:00
Taylor Otwell fcd6cd77ef fixed messed up commit of file cache driver. 2011-06-18 16:44:34 -05:00
Bartosz Romanowski b031fdf43d APC cache driver 2011-06-18 23:01:52 +02:00
Taylor Otwell 7ce9c6f270 Improved comments in memcached cache driver. 2011-06-17 11:21:42 -07:00
Taylor Otwell 55e1055dd7 Improved comments in file cache driver. 2011-06-17 11:21:09 -07:00
Taylor Otwell f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
Taylor Otwell a188d62105 initial commit of laravel! 2011-06-08 23:45:08 -05:00