Interface ICache<T>
Namespace: Unity.Muse.Common
Assembly: solution.dll
Syntax
public interface ICache<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
Add(string, T) | |
Clear() | |
Contains(string) | |
Initialize() | |
Read(string) | |
ReadRawData(string) |