Go to the source code of this file.
|
class | VEVVaultCache |
| The abstract base class for all cache classes intended to store Vault related entities for offline access. More...
|
|
- Copyright
- Copyright © 2018 Veeva Systems, Inc. All rights reserved.
◆ VEVVaultCacheRemoveEntriesResultHandler
typedef void(^ VEVVaultCacheRemoveEntriesResultHandler) (NSError *_Nullable error) |
The block type used to call back to the application after the removeEntriesFromCache method has been invoked.
- Parameters
-
error | The error object in the event an error occurred during the method invocation. |
- See also
- - removeEntries:handler: (VEVVaultCache).
◆ VEVVaultCacheRemoveAllEntriesResultHandler
typedef void(^ VEVVaultCacheRemoveAllEntriesResultHandler) (NSError *_Nullable error) |
The block type used to call back to the application after the removeAllEntries method has been invoked.
- Parameters
-
error | The error object in the event an error occurred during the method invocation. |
- See also
- - removeAllEntries: (VEVVaultCache).