Functions4 public, 0 private
| Wraps the cache implementation for retrieving cached objects. | |||
| public | any | cacheGet | |
| required | string | id | |
| string | region | ||
| Wraps the cache implementation for storing cached objects. | |||
| public | void | cachePut | |
| required | string | id | |
| required | any | value | |
| any | timeSpan | ||
| numeric | idleTime | ||
| string | region | ||
| Wraps the cache implementation for removing cached objects. This wrapper may only remove a single id! | |||
| public | void | cacheRemove | |
| required | string | id | |
| boolean | throwOnError | false | |
| string | region | ||
| Returns if the specified key is stored in the cache. | |||
| public | boolean | inCache | |
| required | string | id | |
| string | region | ||