CacheUnlockAction
Description:
[ CCode ( cprefix = "E_CACHE_UNLOCK_" , has_type_id = false ) ]
[ Version ( since = "3.26" ) ]
public enum CacheUnlockAction
Indicates what type of action to take while unlocking the cache with @unlock.
Content:
Enum values:
- COMMIT - Commit any modifications which
were made while the lock was held.
- NONE - Just unlock, this is appropriate
for locks which were obtained with e_cache_lock_read.
- ROLLBACK - Rollback any modifications
which were made while the lock was held.