Check cache exists and value in rails console
by @rinas
# Check if cache exists Rails.cache.exist?('latest_posts') # Read the current cached value Rails.cache.read('latest_posts') # Delete the cache if needed Rails.cache.delete('latest_posts')
Check cache exists and value in rails console
by @rinas
# Check if cache exists Rails.cache.exist?('latest_posts') # Read the current cached value Rails.cache.read('latest_posts') # Delete the cache if needed Rails.cache.delete('latest_posts')
Regarding privacy concerns, it's simple - we don't sell your data. In fact, we try to use privacy-focused software/services like Fathom Analytics whenever we use any third-party services.