summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/drivers/Cache/Database.php
AgeCommit message (Collapse)Author
2009-06-29Change the cache column of the caches table to a large blob. This fixes ↵Tim Almdal
ticket #485 and gives us the extra adavantage of not having to serialize the data (as the database driver handles that for us) Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-06-28Clean up code (i.e. preamble, tabs) from the caching implementation so the ↵Tim Almdal
unit tests pass Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-06-28The rest of the caching driver implementation that i somehow forgot.Tim Almdal
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>