Skip to main content

Interface IViewerControllerResponseCache<TRequest, TResponse>

Namespace: Aurigma.DesignAtoms.Controllers.Caching
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IViewerControllerResponseCache<TRequest, TResponse>
where TResponse : class

Methods

AddResponse

void AddResponse(TRequest request, TResponse getColorPreviewsResponse)
Parameters
TypeNameDescription
<TRequest>request
<TResponse>getColorPreviewsResponse
Type Parameters
NameDescription
TRequest
TResponse

TryGetResponse

bool TryGetResponse(TRequest request, out TResponse response)
Parameters
TypeNameDescription
<TRequest>request
<TResponse>response
Returns

System.Boolean

Type Parameters
NameDescription
TRequest
TResponse
Was this page helpful?