VaultMobileSDK
18R3
iOS framework for Vault API
|
The abstract base class for all cache classes intended to store Vault related entities for offline access. More...
Instance Methods | |
(void) | - removeEntries:handler: |
Removes the specified entries from the cache. More... | |
(void) | - removeAllEntries: |
Removes all entries from the cache. More... | |
Properties | |
NSString * | name |
The name associated with the cache. | |
VEVVault * | vault |
The Vault associated with the cache. | |
The abstract base class for all cache classes intended to store Vault related entities for offline access.
- (void) removeEntries: | (NSArray< VEVVaultCacheEntry * > *) | entries | |
handler: | (VEVVaultCacheRemoveEntriesResultHandler _Nullable) | handler | |
Removes the specified entries from the cache.
entries | An array of VEVVaultCacheEntry to be removed. |
handler | The callback invoked upon completion. |
Implemented in VEVVaultJSONCache.
- (void) removeAllEntries: | (VEVVaultCacheRemoveAllEntriesResultHandler _Nullable) | handler |
Removes all entries from the cache.
handler | The callback invoked upon completion. |
Implemented in VEVVaultJSONCache.