I have a basic question for developer community. I...
# developer
c
I have a basic question for developer community. I see https://github.com/kubernetes/client-go/tree/master/tools/cache is being used as a caching code for Rancher. Basically a straight forward kubernetes client caching (if I understood it right). Is there a way to use different caching mechanisms like redis cache etc ? Just curious.