- (void)generateIdentify
{
if (self.processorList.count == 0)
{
self.identifier = self.keyForLoader;
// return; ???
}
self.identifier = [NSString stringWithFormat:@"%@:%@", self.keyForLoader, [LKImageProcessorManager keyForProcessorList:self.processorList]];
}