Interface CacheableScriptsRepository

    • Method Detail

      • lookupScript

        ScriptContent lookupScript​(CacheKey cacheKey)
        Lookup for ScriptContent based on the information provided by the CacheKey object.
      • createCacheKey

        CacheKey createCacheKey​(java.lang.String protocol,
                                java.lang.String path)
        Creates cache key based on given protocol and script path.