0 votes
in JavaScript by

In Rails, what caching stores can be used?

a. MemCacheStore, MongoDBStore, MemoryStore, and FileStore

b. MemoryStore, FileStore, and CacheCacheStore

c. MemoryStore, FileStore, MemCacheStore, RedisCacheStore, and NullStore

d. MemoryStore, FileStore, MySQLStore, and RedisCacheStore

1 Answer

0 votes
by

In Rails, what caching stores can be used?

a. MemCacheStore, MongoDBStore, MemoryStore, and FileStore

b. MemoryStore, FileStore, and CacheCacheStore

c. MemoryStore, FileStore, MemCacheStore, RedisCacheStore, and NullStore

d. MemoryStore, FileStore, MySQLStore, and RedisCacheStore

Correct answer is :-  MemoryStore, FileStore, MemCacheStore, RedisCacheStore, and NullStore

Related questions

0 votes
asked Aug 26, 2022 in Ruby by Robin
0 votes
asked Aug 26, 2022 in Ruby by Robin
...