diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6ca1bfa..d8ac007 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,7 +6,6 @@
-
@@ -25,11 +24,11 @@
-
+
-
-
+
+
@@ -51,7 +50,7 @@
-
+
@@ -63,7 +62,7 @@
-
+
@@ -79,11 +78,11 @@
-
+
-
-
+
+
@@ -200,8 +199,8 @@
-
+
@@ -478,7 +477,7 @@
-
+
1500458878821
@@ -690,11 +689,18 @@
1523294190912
-
+
+ 1523294232321
+
+
+
+ 1523294232321
+
+
-
+
@@ -710,12 +716,13 @@
+
-
+
@@ -734,7 +741,6 @@
-
@@ -1038,7 +1044,7 @@
-
+
@@ -1048,7 +1054,7 @@
-
+
@@ -1069,23 +1075,23 @@
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/example/main.go b/example/main.go
index dc4ee6c..bcd0514 100644
--- a/example/main.go
+++ b/example/main.go
@@ -49,6 +49,9 @@ func main() {
}
return DB
})
+ //内存缓存数据库数据,错误则删除
+// appIns.Db.CacheIns=hotime.CacheIns(&hotime.CacheMemory{})
+
appIns.SetSession(hotime.CacheIns(&hotime.CacheMemory{}), hotime.CacheIns(&hotime.CacheDb{Db: &appIns.Db, Time: appIns.Config.GetInt64("cacheTime")}))
appIns.SetCache(hotime.CacheIns(&hotime.CacheMemory{}))