Johan Wikman
e332625b8d
MXS-2727 Allow assignment to config types
...
Allows for code like
CacheConfig config("MXS-2727");
config.storage = std::string("inmemory_storage");
config.soft_ttl = std::chrono::seconds(1);
config.hard_ttl = std::chrono::seconds(10);
config.max_size = 10;
config.thread_model = CACHE_THREAD_MODEL_MT;
config.enabled = true;
to be used when you want to create a configuration manually and not
from a configuration file.
2019-11-12 11:18:18 +02:00
..
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2017-02-20 17:44:22 +02:00
2019-11-12 11:18:18 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2019-11-05 12:21:00 +02:00
2017-03-09 10:01:38 +02:00