Part of bzrlib.transactions View In Hierarchy
Known subclasses: bzrlib.transactions.WriteTransaction
| Method | finish | Clean up this transaction. |
| Method | __init__ | Undocumented |
| Method | is_clean | Return True if an_object is clean. |
| Method | register_clean | Register an_object as being clean. |
| Method | register_dirty | Register an_object as being dirty. |
| Method | set_cache_size | Set a new cache size. |
| Method | writeable | Read only transactions do not allow writes. |
| Method | _trim | Trim the cache back if needed. |
If the precious hint is True, the object will not be ejected from the object identity map ever.