|
@@ -651,7 +651,7 @@ static NSString *const kTrashDirectoryName = @"trash";
|
|
_type = type;
|
|
_type = type;
|
|
_dataPath = [path stringByAppendingPathComponent:kDataDirectoryName];
|
|
_dataPath = [path stringByAppendingPathComponent:kDataDirectoryName];
|
|
_trashPath = [path stringByAppendingPathComponent:kTrashDirectoryName];
|
|
_trashPath = [path stringByAppendingPathComponent:kTrashDirectoryName];
|
|
- _trashQueue = dispatch_queue_create("com.ibireme.YYCache.cache.disk.trash", DISPATCH_QUEUE_SERIAL);
|
|
|
|
|
|
+ _trashQueue = dispatch_queue_create("com.ibireme.cache.disk.trash", DISPATCH_QUEUE_SERIAL);
|
|
_dbPath = [path stringByAppendingPathComponent:kDBFileName];
|
|
_dbPath = [path stringByAppendingPathComponent:kDBFileName];
|
|
_dbStateLock = OS_SPINLOCK_INIT;
|
|
_dbStateLock = OS_SPINLOCK_INIT;
|
|
_errorLogsEnabled = YES;
|
|
_errorLogsEnabled = YES;
|