Package play.cache

Interface CacheKeyGenerator

  • All Known Implementing Classes:
    DefaultCacheKeyGenerator

    public interface CacheKeyGenerator
    Allow custom cache key to be used by applications.
    • Method Detail

      • generate

        java.lang.String generate​(Http.Request request)