Get component instance

The cache reference can be created using the following method which does not fire a server-side call.

    
copy
//Get a cache instance let cache = app.cache();

ON THIS PAGE