Ruby on Rails web apps using cache store implementations

Explore Rails web apps that improve performance with caching solutions like Redis or Solid Cache, reducing load times and server strain.

  • This list includes 7 cache store implementations used by Rails web apps.
  • Click on a cache store implementation to view a list of Rails web apps using it.
  • Know a Rails site using an unlisted cache store implementation? Let us know!

Cache store implementations

Redis

Used by 8 Rails websites

An in-memory data structure store often used as a high-speed caching backend, supporting features like expiration policies and advanced data types.

Solid Cache

Used by 5 Rails websites

A caching solution for Rails applications, emphasizing reliability, performance, and simplicity in managing cached data.

Rails Cache

Used by 3 Rails websites

The default caching framework in Rails, providing a unified interface for storing and retrieving cached data, compatible with various backends like Redis, Memcached, and file stores.

Memcached

Used by 1 Rails website

A high-performance, in-memory caching system designed for speed, commonly used to reduce database load and improve application response times.

File Store

Not used by any Rails web apps yet

A cache store implementation that stores cached data on the local filesystem, providing simple and efficient caching for small to medium-sized applications.

Memory Store

Not used by any Rails web apps yet

A simple caching solution that keeps data in the application server's memory, offering fast access but limited by the server's memory capacity.

Other

Not used by any Rails web apps yet

A placeholder for any caching solution not listed, often referring to custom or less common caching mechanisms tailored to specific needs.