public class PackageWrapper extends Object
| Constructor and Description |
|---|
PackageWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCachingContext(String cacheKey,
CachingContext cachingContext) |
CachingContext |
getCachingContext(String cacheKey) |
int |
getCachingContextCount() |
Map<String,CachingContext> |
getCachingContexts() |
long |
getClassIndex() |
void |
removeCachingContext(String cacheKey) |
void |
setClassIndex(long classIndex) |
public long getClassIndex()
public void setClassIndex(long classIndex)
public int getCachingContextCount()
public Map<String,CachingContext> getCachingContexts()
public CachingContext getCachingContext(String cacheKey)
public void removeCachingContext(String cacheKey)
public void addCachingContext(String cacheKey, CachingContext cachingContext)
Copyright © 2015 WSO2 Inc. All rights reserved.