This is a feature request. icon_cache is using a Hash by default
It would be great to:
- Set the cache as a config.cache_store in the Railtie
- Use a Rails null store or memory store by default
This will allow sharing the cache with multiple server processes. E.g. with Memcached