Class CacheNames

java.lang.Object
com.bluebell.greenhouse.platform.configuration.cache.CacheNames

public final class CacheNames extends Object
Names of application-managed cache regions.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • ACCOUNT_ANALYSIS

      public static final String ACCOUNT_ANALYSIS
      Cache for account analysis results.
      See Also:
    • ACCOUNT_ANALYTICS

      public static final String ACCOUNT_ANALYTICS
      Cache for account analytics snapshots.
      See Also:
    • ACCOUNT_LEDGER_REPORTS

      public static final String ACCOUNT_LEDGER_REPORTS
      Cache for account ledger reports.
      See Also:
    • EXCHANGES

      public static final String EXCHANGES
      Cache for exchange listings.
      See Also:
    • LOCALE_REFERENCE

      public static final String LOCALE_REFERENCE
      Cache for country and currency reference data.
      See Also:
    • MARKET_EVENTS

      public static final String MARKET_EVENTS
      Cache for market event interval lookups.
      See Also:
    • SYMBOL_ANALYSIS

      public static final String SYMBOL_ANALYSIS
      Cache for computed symbol analysis.
      See Also:
    • MARKET_NEWS_IMAGE_BY_ARTICLE_URL

      public static final String MARKET_NEWS_IMAGE_BY_ARTICLE_URL
      Cache for market news article image lookups.
      See Also:
    • MARKET_NEWS_SUMMARY

      public static final String MARKET_NEWS_SUMMARY
      Cache for market news summaries.
      See Also:
    • PORTFOLIO_SUMMARIES

      public static final String PORTFOLIO_SUMMARIES
      Cache for portfolio summaries.
      See Also:
    • POSITION_RECORD_REPORTS

      public static final String POSITION_RECORD_REPORTS
      Cache for position record reports.
      See Also:
    • SYMBOL_SENTIMENT

      public static final String SYMBOL_SENTIMENT
      Cache for symbol sentiment lookups.
      See Also:
    • TRANSACTION_RECORD_REPORTS

      public static final String TRANSACTION_RECORD_REPORTS
      Cache for transaction record reports.
      See Also:
    • ALL

      public static final Set<String> ALL
      All application-managed cache names.
    • TRADING_DATA

      public static final Set<String> TRADING_DATA
      Cache regions derived from mutable trading data.