Set the current cache serial. This value identifies the currency of the cache and is generally set to match the PC's serial value. @param serial The new serial value to set.
(int serial)
| 655 | * @param serial The new serial value to set. |
| 656 | */ |
| 657 | public void setSerial(int serial) |
| 658 | { |
| 659 | this.serial = serial; |
| 660 | } |
| 661 | |
| 662 | /** |
| 663 | * Retrieve a value from the cache. This method will not return |