AwesomeCache
AwesomeCache copied to clipboard
'NSCoding' cannot be used as a type conforming to protocol 'NSCoding' because 'NSCoding' has static requirements.
Hi i am calling cache data like return AwesomeCache.Cache<NSCoding>(name: name, directory: cachePath)
and it's show me error like : 'NSCoding' cannot be used as a type conforming to protocol 'NSCoding' because 'NSCoding' has static requirements.
i am sure that there might be some syntax calling problem , can you please guide for the same , i am using swift 2 as a language with latest version of awesome cache.
look like no suport model