public final class DummyApplicationCache extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
get(String key)
Retrieves an object from the cache.
|
static void |
put(String key,
Object value)
Adds an object to the cache.
|
Copyright © 2024. All rights reserved.