6 #import <Foundation/Foundation.h> 10 NS_ASSUME_NONNULL_BEGIN
41 @property (strong, nonatomic, readonly, nonnull) NSString*
name;
47 -(instancetype) __unavailable init;
VEVVault * vault
The Vault associated with the cache.
Definition: VEVVaultCache.h:45
NSString * name
The name associated with the cache.
Definition: VEVVaultCache.h:41
The abstract base class for all cache classes intended to store Vault related entities for offline ac...
Definition: VEVVaultCache.h:37
An object type that refers to a particular Vault. VEVVaultAuth::currentUser tracks the authenticated ...
Definition: VEVVaultAuth.h:22
void(^ VEVVaultCacheRemoveAllEntriesResultHandler)(NSError *_Nullable error)
The block type used to call back to the application after the removeAllEntries method has been invoke...
Definition: VEVVaultCache.h:32
void(^ VEVVaultCacheRemoveEntriesResultHandler)(NSError *_Nullable error)
The block type used to call back to the application after the removeEntriesFromCache method has been ...
Definition: VEVVaultCache.h:22