NewRuntimeCache new runtime cache
()
| 32 | |
| 33 | // NewRuntimeCache new runtime cache |
| 34 | func NewRuntimeCache() Cache { |
| 35 | return runtime.NewRuntimeCache() |
| 36 | } |
| 37 | |
| 38 | // NewRedisCache create new redis cache |
| 39 | // must set serverURL like "redis://:password@10.0.1.11:6379/0" |