ComputeCacheCallback<CacheContentType> typedef

ComputeCacheCallback<CacheContentType> = CacheContentType Function()

A signature for functions that computes the value to be cached.

It is called:

Implementation

typedef ComputeCacheCallback<CacheContentType> = CacheContentType Function();