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
Committed by
Ben Copsey
2011-04-11 10:26:30 +0100
Commit
6b288e4cabbf14982b732c2a07b37adcc13287c4
6b288e4c
1 parent
81e8e722
Fix typo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Classes/ASICacheDelegate.h
Classes/ASICacheDelegate.h
View file @
6b288e4
...
...
@@ -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