Fragment Caching
Play
7:07 CC

Fragment Caching

#24 Apr 14, 2016 free
Make your application faster by leveraging memory and caching fragments of your view.

Caching with Dalli
Play
6:46 CC

Caching with Dalli

#18 Sep 22, 2015 free
Dalli is a great interface for Memcached through Ruby.

Solid Cache
Play
10:31 CC

Solid Cache

#424 Oct 15, 2023 pro
Solid Cache is a database-backed Active Support cache store implementation. Using SQL databases backed by SSDs we can have caches that are much larger and cheaper than traditional memory only Redis or Memcached backed caches. In this episode, we'll explore adding Solid Cache into our application and some things to be aware of.