CacheField class
Marks a field in a @Cacheable class for inclusion in the generated adapter.
Fields without this annotation are ignored by the code generator.
index must be a non-negative integer unique within the class. Never change a field index once data has been written — reorder the annotation index instead of the physical field order if needed.
Constructors
- CacheField(int index)
-
Creates a CacheField annotation.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited