public interface ICache
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key)
Retrieves cached value by key.
|
void |
set(String key,
String value,
int expire,
TimeUnit timeUnit)
Sets cache value with expiration time.
|
Copyright © 2025. All rights reserved.