mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-06 10:21:54 +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