Class | RR::LoggedChangeLoader |
In: |
lib/rubyrep/logged_change_loader.rb
|
Parent: | Object |
Caches the entries in the change log table
change_array | [RW] | Array with all cached changes. Processed change log records are replaced with nil. |
change_tree | [RW] |
Tree (hash) structure for fast access to all cached changes. First level of
tree:
2nd level tree:
|
connection | [RW] | The current ProxyConnection. |
current_id | [RW] | ID of the last cached change log record. |
current_index | [RW] | Index to the next unprocessed change in the change_array. |
database | [RW] | Current database (either :left or :right) |
last_updated | [RW] | Date of last update of the cache |
session | [RW] | The current Session. |