public class TeamCache extends Object
| Constructor and Description |
|---|
TeamCache() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String key)
returns true if the key is contained in the cache.
|
Object |
get(String key) |
void |
put(String key,
Object value) |
void |
resetCache()
resets the cache object and reads the config params....
|
Copyright © 2011–2022 Imixs Software Solutions GmbH. All rights reserved.