Commit Graph

7 Commits

Author SHA1 Message Date
Taylor Otwell c49c60365f Cleaned up the section able implementation. 2012-04-30 10:17:59 -05:00
Taylor Otwell aaeb7bc3be More work on sectionable caches. 2012-04-28 22:46:25 -05:00
Taylor Otwell aff9e194d9 Implement sectionable caching in array cache driver. 2012-04-28 11:12:44 -05:00
Taylor Otwell e9bcbeac8f Change location of when $response->render() is called. Make memory cache storage array public. 2012-04-27 13:30:03 -05:00
Taylor Otwell da67b1bc66 Fix typo in memory driver.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-14 14:18:19 -05:00
Taylor Otwell a61f51fa93 Add forever and flush methods to memory driver.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-14 14:08:52 -05:00
Taylor Otwell 51183c348d Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-07 21:59:54 -06:00