8 lines
77 B
C#
8 lines
77 B
C#
namespace Toolkit.Foundation
|
|
{
|
|
public interface ICache
|
|
{
|
|
|
|
}
|
|
}
|