struct Statistics |
The evictor maintains statistics about each object.
The average time between saves, in milliseconds.
The time the object was created, in milliseconds since Jan 1, 1970 0:00.
The time the object was last saved, in milliseconds relative to creationTime.
long creationTime; |
The time the object was created, in milliseconds since Jan 1, 1970 0:00.
long lastSaveTime; |
The time the object was last saved, in milliseconds relative to creationTime.
<<< Previous | Home | Next >>> |
Freeze::ServantInitializer | Up | Freeze::Transaction |