cacheFor (keyName) Object
public
Returns the cached value of a computed property, if it exists. This allows you to inspect the value of a computed property without accidentally invoking it if it is intended to be generated lazily.
Parameters:
-
keyName
String
Returns:
-
Object
- The cached value of the computed property, if any
Please login to continue.