JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.facebook.litho.annotations
Annotation Type CachedValue
@Retention
(
value
=
RUNTIME
) public @interface
CachedValue
Annotates a parameter to a component's spec method indicating that it will be supplied as a cached value. A cached value is calculated in a
OnCalculateCachedValue
method.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element