Menu
- General Information
- Architecture :
- Services & Processes
- CookBooks
- Deployment
- Bundled Applications
- Source Code :
- Third-Party Setup :
- Polytech Staff Area :
This service provides basic functionalities to bind a value to a key. It understands a cache logic, and can determine if a value is deprecated or not, following user's given information of temporal validity.
xsd:string, xsd:boolean & xsd:intDataCacheException: DataCacheException.java
Operations will throw a DataCacheException fault if they encounter a problem at runtime. All keys must be initialized using an initContent call before using it.
void initContent(xsd:string key)xsd:string getContent(xsd:string key)xsd:boolean isValid(xsd:string key, xsd:int delta)delta minutes ago, false elsewhere.void setContent(xsd:string key, xsd:string content)