VaultMobileSDK  18R3
iOS framework for Vault API
Classes | Typedefs
VEVVaultCache.h File Reference

Go to the source code of this file.

Classes

class  VEVVaultCache
 The abstract base class for all cache classes intended to store Vault related entities for offline access. More...
 

Typedefs

typedef void(^ VEVVaultCacheRemoveEntriesResultHandler) (NSError *_Nullable error)
 The block type used to call back to the application after the removeEntriesFromCache method has been invoked. More...
 
typedef void(^ VEVVaultCacheRemoveAllEntriesResultHandler) (NSError *_Nullable error)
 The block type used to call back to the application after the removeAllEntries method has been invoked. More...
 

Detailed Description

Typedef Documentation

◆ 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
errorThe 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
errorThe error object in the event an error occurred during the method invocation.
See also
- removeAllEntries: (VEVVaultCache).