Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile
gmalpha_flutter
Commits
1e4ad4ae
Commit
1e4ad4ae
authored
Dec 16, 2019
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comit
parent
1141c9a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CacheManager.dart
lib/commonModel/cache/CacheManager.dart
+1
-1
MemoryCache.dart
lib/commonModel/cache/MemoryCache.dart
+1
-1
ShareCache.dart
lib/commonModel/cache/ShareCache.dart
+1
-1
No files found.
lib/commonModel/cache/CacheManager.dart
View file @
1e4ad4ae
...
...
@@ -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"
;
...
...
lib/commonModel/cache/MemoryCache.dart
View file @
1e4ad4ae
...
...
@@ -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
();
...
...
lib/commonModel/cache/ShareCache.dart
View file @
1e4ad4ae
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment