Commit 1e4ad4ae authored by 林生雨's avatar 林生雨

comit

parent 1141c9a2
......@@ -2,7 +2,7 @@
* @author lsy
* @date 2019-10-08
**/
import 'package:gmalpha_flutter/commonModel/cache/MemoryCache.dart';
import 'MemoryCache.dart';
const MEMORY_CACHE = "MEMORY_CACHE";
const SHARE_CACHE = "SHARE_CACHE";
......
......@@ -2,7 +2,7 @@
* @author lsy
* @date 2019-10-08
**/
import 'package:gmalpha_flutter/commonModel/cache/CacheManager.dart';
import 'CacheManager.dart';
class MemoryCache implements ICache {
Map<String, dynamic> _cacheMap = new Map();
......
......@@ -2,7 +2,7 @@
* @author lsy
* @date 2019-10-08
**/
import 'package:gmalpha_flutter/commonModel/cache/CacheManager.dart';
import 'CacheManager.dart';
class ShareCache implements ICache{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment