Wrapper for Data class, allowing an object to be swapped to disk and automatically retreived as required.
Returns true if the contents is in memory.
Returns the size of the contents in bytes.
Swap out the contents.
Retrieves the contents, swapping it in if necessary.
Sets the contents.
See Implementation
Wrapper for Data class, allowing an object to be swapped to disk and automatically retreived as required.