apoc.static
| Qualified Name | Type | Release | 
|---|---|---|
| apoc.static.get(name) - returns statically stored value from config (apoc.static.<key>) or server lifetime storage | Procedure | APOC Full | 
| apoc.static.list(prefix) - returns statically stored values from config (apoc.static.<prefix>.*) or server lifetime storage | Procedure | APOC Full | 
| apoc.static.set(name, value) - stores value under key for server lifetime storage, returns previously stored or configured value | Procedure | APOC Full | 
| apoc.static.get(name) - returns statically stored value from config (apoc.static.<key>) or server lifetime storage | Function | APOC Full | 
| apoc.static.getAll(prefix) - returns statically stored values from config (apoc.static.<prefix>.*) or server lifetime storage | Function | APOC Full |