Problem
- Try to install with postgresql. Cache is set with expires column set to an Array, which borks.
- CacheDecorator constructor takes 4 arguments, not 3. cache tags array is being passed into expires column.
- Mysql database driver ignores this so who knows what it's being set to.
Proposed resolution
- Call CacheDecorator with expiration (CACHE_PERMANENT?), then cache tags.
Remaining tasks
- Review approach