Interface ViewManager.IDataCache
Assembly: Eco.Shared.dll
Syntax
public interface IDataCache
Methods
ContainsHash(String)
Declaration
bool ContainsHash(string hash)
Parameters
Type |
Name |
Description |
System.String |
hash |
|
Returns
Type |
Description |
System.Boolean |
|
GetByHash(String)
Declaration
byte[] GetByHash(string hash)
Parameters
Type |
Name |
Description |
System.String |
hash |
|
Returns
Type |
Description |
System.Byte[] |
|
SaveInCache(Byte[])
Declaration
void SaveInCache(byte[] data)
Parameters
Type |
Name |
Description |
System.Byte[] |
data |
|
Extension Methods