lithium\data\Entity::$_increment
An array of key/value pairs corresponding to fields that should be updated using atomic incrementing / decrementing operations. Keys match field names, and values indicate the value each field should be incremented or decremented by.
Source
protected $_increment = array();