Kofax Mobile SDK API Reference
KFXBundleCacheProvider.h
Go to the documentation of this file.
1 //
2 // KFXBundleCacheProvider.h
3 // kfxLibEngines
4 //
5 // Copyright (c) 2014-2017 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #ifndef KFXBUNDLECACHEPROVIDER
10 #define KFXBUNDLECACHEPROVIDER 1
11 
12 #import <Foundation/Foundation.h>
14 
16 
29 
31 
36 @property (nonatomic, strong, readonly) NSString* path;
37 
39 
44 - (instancetype)initWithPath:(NSString*)path;
45 
46 @end
47 
48 #endif
Bundle Cache Provider.
Definition: KFXBundleCacheProvider.h:28
NSString * path
Cache path.
Definition: KFXBundleCacheProvider.h:36
Bundle Cache Provider protocol.
Definition: KFXBundleCacheProviderProtocol.h:20
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.