| Package | Description |
|---|---|
| org.jaggeryjs.scriptengine.cache |
| Modifier and Type | Method and Description |
|---|---|
CachingContext |
TenantWrapper.getCachingContext(ScriptCachingContext sctx) |
CachingContext |
PackageWrapper.getCachingContext(String cacheKey) |
CachingContext |
TenantWrapper.getCachingContext(String context,
String path,
String cachingKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CachingContext> |
PackageWrapper.getCachingContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageWrapper.addCachingContext(String cacheKey,
CachingContext cachingContext) |
void |
ContextWrapper.addCachingContext(String path,
String cacheKey,
CachingContext ctx) |
void |
TenantWrapper.setCachingContext(CachingContext ctx) |
void |
TenantWrapper.setCachingContext(String context,
String path,
String cacheKey,
CachingContext ctx) |
Copyright © 2015 WSO2 Inc. All rights reserved.