Instead of rake tmp:cache:clear run the following command in console
Rails.cache.clear
This will clear the cache from whatever cache store you are using
config.cache_store = :file_store
# or
config.cache_store = :mem_cache_store
Instead of rake tmp:cache:clear run the following command in console
Rails.cache.clear
This will clear the cache from whatever cache store you are using
config.cache_store = :file_store
# or
config.cache_store = :mem_cache_store