Question: In Rails, what caching stores can be used?
- MemCacheStore, MongoDBStore, MemoryStore, and FileStore
 - MemoryStore, FileStore, and CacheCacheStore
 - MemoryStore, FileStore, MemCacheStore, RedisCacheStore, and NullStore
 - MemoryStore, FileStore, MySQLStore, and RedisCacheStore
 
Answer: The correct answer of the above question is Option C:MemoryStore, FileStore, MemCacheStore, RedisCacheStore, and NullStore