public interface ICache
void set(String key, Object value)
key
- A unique identifier for the cache entry.value
- The object to insert.Object tryGetValue(String key)
key
- A key identifying the requested entry.Copyright © 2021. All rights reserved.