Package cn.cloudself.query.config.store
Interface Store
-
- All Known Implementing Classes:
HashMapStore,RequestContextStore,ThreadContextStore
public interface Store
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(String key)voidset(String key, Object value)
-