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

...