# Cache Service This is the Cache service Generated with ``` micro new cache ``` ## Usage Generate the proto code ``` make proto ``` Run the service ``` micro run . ```