Methods in org.apache.jetspeed.cache.disk with parameters of type DiskCache |
static boolean |
DiskCacheUtils.isCached(DiskCache instance,
java.lang.String url)
Return true if this url is in the cache. |
static java.io.File |
DiskCacheUtils.getFile(DiskCache instance,
java.lang.String url)
Given a URL, determine what the filename would be within the cache. |
static java.lang.String |
DiskCacheUtils.getFileURL(DiskCache instance,
java.lang.String url)
Given a url and an disk cache instance, determine what the correct URL for this
cache entry for the remote URL would be. |