VaultMobileSDK  18R3
iOS framework for Vault API
VEVVaultJSONCacheEntry.h
Go to the documentation of this file.
1 
6 #import "VEVVaultCacheEntry.h"
7 
8 NS_ASSUME_NONNULL_BEGIN
16 @interface VEVVaultJSONCacheEntry : VEVVaultCacheEntry
17 
20 @property (nonatomic, readonly) NSDictionary * json;
21 
25 - (id)objectForKeyedSubscript:(NSString *)key;
26 
27 @end
28 NS_ASSUME_NONNULL_END
NSDictionary * json
The JSON response associated with this cache entry.
Definition: VEVVaultJSONCacheEntry.h:20
Instances of this class represent a JSON response stored in a VEVVaultJSONCache. Instances are return...
Definition: VEVVaultJSONCacheEntry.h:16