Class AccountCacheKeys

java.lang.Object
com.bluebell.greenhouse.platform.configuration.cache.account.AccountCacheKeys

public final class AccountCacheKeys extends Object
Cache key helpers for account analytics.
Version:
3.0.6
Author:
Stephen Prizio
  • Method Details

    • forBalanceTimeline

      public static String forBalanceTimeline(Account account)
      Builds the cache key for an account balance timeline.
      Parameters:
      account - Account
      Returns:
      cache key
    • forConsistency

      public static String forConsistency(Account account)
      Builds the cache key for an account consistency score.
      Parameters:
      account - Account
      Returns:
      cache key
    • forInsights

      public static String forInsights(Account account)
      Builds the cache key for account insights.
      Parameters:
      account - Account
      Returns:
      cache key
    • forStatistics

      public static String forStatistics(Account account)
      Builds the cache key for account statistics.
      Parameters:
      account - Account
      Returns:
      cache key
    • forSnapshot

      public static String forSnapshot(Account account)
      Builds the cache key for the complete account analytics snapshot.
      Parameters:
      account - Account
      Returns:
      cache key