1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
go-micro/cache
Niek den Breeje 05a299b76c
Add simple in-memory cache (#2231)
* Add simple in-memory cache

* Support configuring cache expiration duration

* Support preinitializing cache with items

* Register cache
2021-08-31 15:31:16 +01:00
..
cache_test.go Add simple in-memory cache (#2231) 2021-08-31 15:31:16 +01:00
cache.go Add simple in-memory cache (#2231) 2021-08-31 15:31:16 +01:00
default.go Add simple in-memory cache (#2231) 2021-08-31 15:31:16 +01:00
options_test.go Add simple in-memory cache (#2231) 2021-08-31 15:31:16 +01:00
options.go Add simple in-memory cache (#2231) 2021-08-31 15:31:16 +01:00