Methods in com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate with parameters of type RepositoryCacheableItem |
java.io.InputStream |
HibernateRepositoryCache.cache(ExecutionContext context,
FileResource resource,
RepositoryCacheableItem cacheableItem)
|
java.io.InputStream |
HibernateRepositoryCache.cache(ExecutionContext context,
java.lang.String uri,
RepositoryCacheableItem cacheableItem)
|
void |
HibernateRepositoryCache.clearCache(java.lang.String uri,
RepositoryCacheableItem cacheableItem)
|
protected CachedItem |
HibernateRepositoryCache.getCachedItem(ExecutionContext context,
FileResource resource,
RepositoryCacheableItem cacheableItem)
|
protected CachedItem |
HibernateRepositoryCache.getCachedItem(java.lang.String uri,
RepositoryCacheableItem cacheableItem)
|
protected net.sf.jasperreports.engine.util.Pair |
HibernateRepositoryCache.getLockKey(FileResource resource,
RepositoryCacheableItem cacheableItem)
|
protected java.lang.Object |
HibernateRepositoryCache.lock(FileResource resource,
RepositoryCacheableItem cacheableItem)
|
protected void |
HibernateRepositoryCache.removeCached(java.lang.String uri,
RepositoryCacheableItem cacheableItem)
|
protected CachedItem |
HibernateRepositoryCache.saveData(ExecutionContext context,
FileResource resource,
CachedItem item,
RepositoryCacheableItem cacheableItem)
|
protected CachedItem |
HibernateRepositoryCache.saveRefence(ExecutionContext context,
FileResource resource,
CachedItem item,
RepositoryCacheableItem cacheableItem)
|