This website requires JavaScript.
Explore
Help
Sign in
prehistoric-systems
/
Flow.Launcher
Watch
1
Star
0
Fork
You've already forked Flow.Launcher
0
mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced
2026-03-11 08:54:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
8bbcd267cd
Flow.Launcher
/
Wox.Infrastructure
/
Storage
/
IStorage.cs
9 lines
128 B
C#
Raw
Normal View
History
Unescape
Escape
Optimize using directives
2015-10-30 23:17:34 +00:00
namespace
Wox.Infrastructure.Storage
fix #185. Loading index cache on startup.
2014-12-15 14:58:49 +00:00
{
public
interface
IStorage
{
void
Load
(
)
;
void
Save
(
)
;
}
}
Reference in a new issue
Copy permalink