railo.runtime.cache.eh.remote.rest
Class RESTClient
java.lang.Object
railo.runtime.cache.eh.remote.rest.RESTClient
public class RESTClient
- extends Object
RESTClient
public RESTClient(URL url)
getMetaRaw
public Object getMetaRaw(String cacheName)
throws IOException,
SAXException
- Throws:
IOException
SAXException
getMeta
public CacheMeta getMeta(String cacheName)
throws IOException,
SAXException
- Throws:
IOException
SAXException
getMeta2
public CacheEntry getMeta2(String cacheName)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
contains
public boolean contains(String cacheName,
String key)
throws IOException
- Throws:
IOException
getValue
public Object getValue(String cacheName,
String key)
throws IOException
- Throws:
IOException
getEntry
public CacheEntry getEntry(String cacheName,
String key)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012 Railo