public interface CacheableScriptsRepository
| Modifier and Type | Method and Description |
|---|---|
CacheKey |
createCacheKey(java.lang.String protocol,
java.lang.String path)
Creates cache key based on given protocol and script path.
|
ScriptContent |
lookupScript(CacheKey cacheKey)
Lookup for ScriptContent based on the information provided by the CacheKey object.
|
ScriptContent lookupScript(CacheKey cacheKey)
CacheKey createCacheKey(java.lang.String protocol, java.lang.String path)
Copyright © 2018 SAP SE. All Rights Reserved.