e09_refresh_cache_v2#
Feature:
No matter what user entered, always return a random value between 1 and 100. And this value is based on cache that won’t change while user is typing. However, we want to provide a way to refresh the value. User can type “!~”, then the value will be immediately refreshed, and the “!~” will be removed automatically.
Difficulty: Medium
Dependencies: NA