Class SymbolAnalysisCacheKeys
java.lang.Object
com.bluebell.greenhouse.platform.configuration.cache.analysis.SymbolAnalysisCacheKeys
Cache key helpers for computed symbol analysis.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringforAnalysis(LocalDate start, LocalDate end, SymbolAlias symbolAlias, MarketTimeInterval marketTimeInterval) Builds the cache key for a computed symbol analysis.
-
Method Details
-
forAnalysis
public static String forAnalysis(LocalDate start, LocalDate end, SymbolAlias symbolAlias, MarketTimeInterval marketTimeInterval) Builds the cache key for a computed symbol analysis.- Parameters:
start- start of periodend- end of periodsymbolAlias-SymbolAliasmarketTimeInterval-MarketTimeInterval- Returns:
- cache key
-