delete remove cache by group key
cache group key
once calls the function f if and only if once is being called for the first time for this instance of Once.
cache group key, should be unique
func to be invoked for the first time
if set true, will force invoke f and update cache
sync version of once
cache group key, should be unique
func to be invoked for the first time
if set true, will force invoke f and update cache
Generated using TypeDoc
Once is once manage class