This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Caching code seems entirely unused #7
Comments
Thanks for the report! Some of these may be used in future by code that we haven't yet open-sourced. I've marked this as a blocker for the 1.0 release. |
nguyenhuy
pushed a commit
to nguyenhuy/AsyncDisplayKit
that referenced
this issue
Apr 18, 2017
aimalygin
pushed a commit
to aimalygin/AsyncDisplayKit
that referenced
this issue
Apr 18, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
git grep -i cache
shows mentions of caching but no actual logic.A quick sweep shows that the following is unused:
ASDisplayNode
:NSArray *cachedNodes
ASDisplayNode
:BOOL cacheNode
ASDisplayNode
:ASDisplayNode *superCacheNode
ASImageCacheProtocol
: Unimplemented and unusedThe text was updated successfully, but these errors were encountered: