@@ -6,13 +6,12 @@
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
+#import "KConfig.h"
#import "KHolder.h"
-
-#import "KQueue.h"
+#import "KObject.h"
#import "KPool.h"
+#import "KQueue.h"
#import "KUtil.h"
-#import "KObject.h"
-#import "KConfig.h"
@interface KHolder ()
@@ -9,9 +9,9 @@
#define KCH_OBJ_DATA @"data"
#define KCH_OBJ_LIFE @"life"
#import "KObject.h"
@interface KObject ()
@@ -6,13 +6,11 @@
-#import "KPool.h"
+#import "KPool.h"
@interface KPool ()
@@ -6,12 +6,11 @@
-#import "KHolder.h"
-#import "KUtil.h"
#import "KConfig.h"
+#import "KHolder.h"
+#import "KUtil.h"
@interface KQueue ()
@@ -6,16 +6,14 @@
-#define KACHE_DEFAULT_QUEUE_NAME @"kache_default_queue_name_QWEDFVHUIOPPLMUYTRDX:"
#define KACHE_DEFAULT_POOL_NAME @"kache_default_pool_name_LKJHGFDWQSFASRTYUIOP:"
-#import "Kache.h"
+#define KACHE_DEFAULT_QUEUE_NAME @"kache_default_queue_name_QWEDFVHUIOPPLMUYTRDX:"
+#import "Kache.h"
@interface Kache ()