Just wondering if you class Database caching as Advanced caching using the Cache class?
I was thinking of basically using Redis for caching for database results, is this a good idea?
Does anyone have any details on caching database results with FuelPHP?
Note that as you can't pass a cache instance, database caching uses the default instance, so make sure you configure the Cache class for APC as default store.