Interface CacheableScriptsRepository
- All Known Implementing Classes:
ClasspathScriptsRepository,ModelScriptsRepository,TestClasspathScriptsRepository
public interface CacheableScriptsRepository
This interface provides methods for adding cache support for scripts.
-
Method Summary
Modifier and TypeMethodDescriptioncreateCacheKey(String protocol, String path) Creates cache key based on given protocol and script path.lookupScript(CacheKey cacheKey) Lookup for ScriptContent based on the information provided by the CacheKey object.
-
Method Details
-
lookupScript
Lookup for ScriptContent based on the information provided by the CacheKey object. -
createCacheKey
Creates cache key based on given protocol and script path.
-