Interface ScriptExecutablesCacheService
-
- All Known Implementing Classes:
DefaultScriptExecutableCacheService
public interface ScriptExecutablesCacheService
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScriptExecutablesCacheService.ScriptDTO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvalidate(CacheKey cacheKey)ScriptExecutablesCacheService.ScriptDTOputOrGetFromCache(CacheKey cacheKey, CacheValueLoader loader)
-
-
-
Method Detail
-
putOrGetFromCache
ScriptExecutablesCacheService.ScriptDTO putOrGetFromCache(CacheKey cacheKey, CacheValueLoader loader)
-
invalidate
void invalidate(CacheKey cacheKey)
-
-