pub fn cacheable(component_name: ComponentName) -> bool
Expand description
Returns true
if the specified component_name
can be cached.
Used internally to avoid unnecessarily caching components that are already cached in other places, for historical reasons.