Hector
62b57143c8
[MM 19840] Create a Cache Interface abstraction to support multiple cache backends ( #13384 )
...
* Refactor to use structured logging
* Properly formatted with gofmt
* created interface Cache, but construction of cache is still coupled.
* Implementing cache factories to build caches
* Simple redis implementation without error handling. Keys and values by default are string
* refactor NewLocalCacheLayer to inject cache factory
* Removed redis impl to focus on cache abstraction
* CacheFactory injected on sqlsupplier and saved in Store struct
* remove useless private method
* replace concrete declaration of lru cache to cache abstraction
* discard spaces
* Renamed factory to provider because concrete implementations of factories may hold an state (such as a redis client for example)
* refactor to include all caches in the same package cache and subpackages
* method close cache. This method will be used for concrete implementations that need to release resources (close a connection, etc)
* closing cacheprovider and releasing resources while closing sql store
* fixed merge conflict fail
* gofmt files
* remove unused property from post_store
* naming refactor to avoid stutter. Added godocs on interface
* Store doesnt know anything about the cache and provider. Cache provider will be built after loading config and injected in localCacheLayer
* fixed broken test
* cache provider initialized before RunOldAppInitialization which initializes the localcachelayer
* move statusCache to server to initialize it with the new cache provider
* update terms_service and channel_layer to have new cacheProvider
* gofmt
* Add Connect method to the cache provider
* mock cacheprovider in user_layer_test
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
Co-authored-by: mattermod <mattermod@users.noreply.github.com >
2020-01-09 09:57:28 +01:00
..
2019-11-29 12:59:40 +01:00
2020-01-09 09:57:28 +01:00
2019-12-02 15:48:36 +02:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-22 12:35:31 +01:00
2019-12-29 15:30:18 +01:00
2019-11-29 12:59:40 +01:00
2019-12-03 18:56:39 +01:00
2019-12-03 18:56:39 +01:00
2020-01-03 20:56:32 +05:30
2020-01-09 09:42:29 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-08 11:31:10 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-03 18:31:13 +04:00
2020-01-03 18:31:13 +04:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-02 15:48:36 +02:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-16 13:57:21 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-07 23:21:28 +05:30
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-12 09:17:31 -05:00
2019-11-29 12:59:40 +01:00
2019-12-22 12:35:31 +01:00
2019-12-16 13:57:21 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-18 15:35:53 -07:00
2019-12-18 15:35:53 -07:00
2019-12-05 22:58:38 +08:00
2019-12-05 22:58:38 +08:00
2019-12-05 22:58:38 +08:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-16 13:57:21 +01:00
2019-12-18 08:54:09 -05:00
2019-12-18 08:54:09 -05:00
2019-11-29 12:59:40 +01:00
2019-12-22 12:35:31 +01:00
2019-12-03 10:52:29 +01:00
2019-12-05 22:58:38 +08:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-10 12:57:54 -04:00
2019-12-10 12:57:54 -04:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-16 13:57:21 +01:00
2019-12-19 17:00:15 +01:00
2019-12-19 17:00:15 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-01 13:46:51 +05:30
2020-01-01 13:46:51 +05:30
2020-01-06 14:15:12 -05:00
2020-01-09 09:57:28 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-24 09:32:11 +01:00
2019-11-29 12:59:40 +01:00
2019-11-28 14:39:38 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-28 14:39:38 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-12 13:45:55 -04:00
2019-12-03 10:46:15 +01:00
2019-12-05 23:41:52 +04:00
2019-11-28 14:39:38 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-12 13:45:55 -04:00
2019-12-24 09:32:11 +01:00
2019-12-22 12:35:31 +01:00
2019-12-12 13:45:55 -04:00
2019-12-22 12:35:31 +01:00
2020-01-09 09:57:28 +01:00
2019-12-02 09:30:08 -05:00
2019-12-03 14:51:50 -05:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-09 09:57:28 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-09 09:57:28 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2020-01-07 10:47:03 +01:00
2019-11-29 12:59:40 +01:00
2019-12-02 18:55:34 +01:00
2019-11-29 12:59:40 +01:00
2020-01-09 09:57:28 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-18 08:54:09 -05:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2018-10-15 20:01:35 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-12-22 12:35:31 +01:00
2019-11-29 12:59:40 +01:00
2019-12-24 09:32:11 +01:00
2019-12-24 09:32:11 +01:00
2020-01-07 10:47:03 +01:00
2019-12-24 09:32:11 +01:00
2020-01-08 11:31:10 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00
2019-11-29 12:59:40 +01:00