Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Cédric Luthi
2011-01-14 18:01:30 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7b97ed4bf10b901600a08015048d0d5597f82676
7b97ed4b
1 parent
fdd8a3b8
Fix typo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Classes/ASICacheDelegate.h
Classes/ASICacheDelegate.h
View file @
7b97ed4
...
...
@@ -53,7 +53,7 @@ typedef enum _ASICacheStoragePolicy {
@required
// Should return the cache policy that will be used when requests have their cache policy set to ASIDefaultCachePolicy
// Should return the cache policy that will be used when requests have their cache policy set to ASI
Use
DefaultCachePolicy
-
(
ASICachePolicy
)
defaultCachePolicy
;
-
(
BOOL
)
canUseCachedDataForRequest
:(
ASIHTTPRequest
*
)
request
;
...
...
Please
register
or
login
to post a comment