Question: In Rails, what caching stores can be used?

  1. MemCacheStore, MongoDBStore, MemoryStore, and FileStore
  2. MemoryStore, FileStore, and CacheCacheStore
  3. MemoryStore, FileStore, MemCacheStore, RedisCacheStore, and NullStore
  4. MemoryStore, FileStore, MySQLStore, and RedisCacheStore

Answer: The correct answer of the above question is Option C:MemoryStore, FileStore, MemCacheStore, RedisCacheStore, and NullStore