Class RemoteStorageCache
- Namespace
- StockSharp.Algo.Storages.Remote
- Assembly
- StockSharp.Algo.dll
RemoteStorageClient cache.
public class RemoteStorageCache
- Inheritance
-
RemoteStorageCache
- Inherited Members
- Extension Methods
Constructors
RemoteStorageCache(TimeSpan)
Initializes a new instance of the RemoteStorageCache.
public RemoteStorageCache(TimeSpan timeout)
Parameters
timeout
TimeSpanCache expiration timeout.
Methods
Set(object, Message[])
Store values into cache.
public void Set(object key, Message[] messages)
Parameters
TryGet(object, out Message[])
Try load values from cache.
public bool TryGet(object key, out Message[] messages)
Parameters
Returns
- bool
Operation result.