VaultMobileSDK  18R3
iOS framework for Vault API
Instance Methods | Properties | List of all members
VEVVaultCache Class Reference

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

Inheritance diagram for VEVVaultCache:
VEVVaultJSONCache

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.
 
VEVVaultvault
 The Vault associated with the cache.
 

Detailed Description

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

Method Documentation

◆ removeEntries:handler:()

- (void) removeEntries: (NSArray< VEVVaultCacheEntry * > *)  entries
handler: (VEVVaultCacheRemoveEntriesResultHandler _Nullable)  handler 

Removes the specified entries from the cache.

Parameters
entriesAn array of VEVVaultCacheEntry to be removed.
handlerThe callback invoked upon completion.

Implemented in VEVVaultJSONCache.

◆ removeAllEntries:()

- (void) removeAllEntries: (VEVVaultCacheRemoveAllEntriesResultHandler _Nullable)  handler

Removes all entries from the cache.

Parameters
handlerThe callback invoked upon completion.

Implemented in VEVVaultJSONCache.


The documentation for this class was generated from the following file: