mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-23 04:26:32 +00:00
feat[cache]: set cache of Single Cache
This commit is contained in:
@@ -70,4 +70,8 @@ public class SingleCache<V> {
|
||||
return cache;
|
||||
}
|
||||
|
||||
public void set(V value) {
|
||||
cache = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user