IS-Cache

From Gcube Wiki
Revision as of 12:56, 19 September 2011 by Vassilis.verroios (Talk | contribs) (Usage)

Jump to: navigation, search

The IS-Cache provides simple and flexible methods for retrieving and caching the Endpoint references of gCube web services published in the IS. A component that uses the IS-Cache library, is able to retrieve Endpoint references for:

  • services' Running Instances
  • factory services' Running Instances
  • Web Service statefull resources

Additionally the IS-Cache provides an option for further restricting the final results, by using custom filtering criteria.

Usage

The first step for using the ISCache is to create an instance for a specific scope through the following constructor

        /**
	 * Constructor
	 * @param scope scope
	 */
	public ISCache(GCUBEScope scope);