java.lang.Object
org.exoplatform.gamification.github.storage.cached.model.CacheKey
All Implemented Interfaces:
Serializable

public class CacheKey extends Object implements Serializable
See Also:
  • Constructor Details

    • CacheKey

      public CacheKey(Integer context, String organizationName, String accessToken, int page, int perPage, String keyword)
    • CacheKey

      public CacheKey(Integer context, long organizationId, String accessToken)
    • CacheKey

      public CacheKey(Integer context, String accessToken)