| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Class wrapping information in the cache that is tagged with a version number. More...
| Public Member Functions | |
| __construct ($data, int $version) | |
| Constructs a version tag wrapper. | |
| Public Attributes | |
| mixed | $data | 
| The data being stored. | |
| int | $version | 
| Version number for the data. | |
Class wrapping information in the cache that is tagged with a version number.
| core_cache\version_wrapper::__construct | ( | $data, | |
| int | $version ) | 
Constructs a version tag wrapper.
| mixed | $data | |
| int | $version | Version number |