!!! Overview
[{$pagename}] is one of the [ACID] transaction properties. 

[{$pagename}] implies the operations performed as part of a transaction will be isolated from other operations performed in the [data] store at the same time. If one transaction is used to make a number of changes to [data] store contents, then it should __NOT__ be possible for another transactional operation to see the effects of those changes until they have been committed.

[{$pagename}] implies the transaction is a [Bounded Context].

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]