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

Instances of this class represent a JSON response stored in a VEVVaultJSONCache. Instances are returned via callback when caching JSON responses and when querying for responses. More...

Inherits VEVVaultCacheEntry.

Instance Methods

(id) - objectForKeyedSubscript:
 Used for subscripting. This method returns the value in the underlying JSON response associated with the given key.
 

Properties

NSDictionary * json
 The JSON response associated with this cache entry.
 

Detailed Description

Instances of this class represent a JSON response stored in a VEVVaultJSONCache. Instances are returned via callback when caching JSON responses and when querying for responses.

See also
- cache:vault:handler: (VEVVaultJSONCache)
- query:handler: (VEVVaultJSONCache)

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