public interface ICachedObject
| Modifier and Type | Method and Description |
|---|---|
void |
loadFromDisk()
Attempts to load and set values from a cached file.
|
void |
saveToDisk()
Saves the object to a cache file on disk, which can be loaded
via loadFromDisk().
|
Copyright © 2017–2019. All rights reserved.