value property
T
value
getter/setter pair
The value of the cache item.
This is the actual data that is being cached.
Implementation
T value;
The value of the cache item.
This is the actual data that is being cached.
T value;