persistenceDelegate property

PersistenceDelegate? persistenceDelegate
getter/setter pair

The delegate that will be used for checking the guards in memory, leave it null if you want the guards to be checked on demand, always

Implementation

PersistenceDelegate? persistenceDelegate;