public class RESTClient extends Object
Constructor and Description |
---|
RESTClient(URL url) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String cacheName,
String key) |
CacheEntry |
getEntry(String cacheName,
String key) |
CacheMeta |
getMeta(String cacheName) |
CacheEntry |
getMeta2(String cacheName) |
Object |
getMetaRaw(String cacheName) |
Object |
getValue(String cacheName,
String key) |
static void |
main(String[] args) |
public RESTClient(URL url)
public Object getMetaRaw(String cacheName) throws IOException
IOException
public CacheMeta getMeta(String cacheName) throws IOException, SAXException
IOException
SAXException
public CacheEntry getMeta2(String cacheName) throws IOException
IOException
public boolean contains(String cacheName, String key) throws IOException
IOException
public Object getValue(String cacheName, String key) throws IOException
IOException
public CacheEntry getEntry(String cacheName, String key) throws IOException
IOException
Copyright © 2015 Lucee