| Class | Description |
|---|---|
| ReflectionFactory |
| Annotation Type | Description |
|---|---|
| Cached |
This annotation indicates to the developer that this function is a cache function,
that is, the result of the method will be cached (saved) by the class and the next time it is called,
it will immediately output the saved object data.
|
Copyright © 2022. All rights reserved.