This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
PowerToys
Watch
1
Star
0
Fork
0
You've already forked PowerToys
mirror of
https://github.com/microsoft/PowerToys.git
synced
2024-12-15 03:59:15 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
9c082a573c
PowerToys
/
Wox.Infrastructure
/
Storage
/
IStorage.cs
9 lines
128 B
C#
Raw
Normal View
History
Unescape
Escape
Optimize using directives
2015-10-31 07:17:34 +08:00
namespace
Wox.Infrastructure.Storage
fix #185. Loading index cache on startup.
2014-12-15 22:58:49 +08:00
{
public
interface
IStorage
{
void
Load
(
)
;
void
Save
(
)
;
}
}
Reference in New Issue
Copy Permalink