File tree Expand file tree Collapse file tree
src/main/java/fybug/nulll/pdcache Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ V emptyData()
9999 * @return this
100100 */
101101 @ NotNull
102- protected
102+ public
103103 Cache <V > set (@ NotNull V v ) throws Exception {
104104 putdata (v );
105105 return this ;
Original file line number Diff line number Diff line change 22import org .jetbrains .annotations .NotNull ;
33import org .jetbrains .annotations .Nullable ;
44
5- import java .io .Closeable ;
65import java .lang .ref .Reference ;
76
87import fybug .nulll .pdcache .MapCacheOb ;
Original file line number Diff line number Diff line change 22import org .jetbrains .annotations .NotNull ;
33
44import java .lang .ref .Reference ;
5- import java .lang .ref .WeakReference ;
65
7- import fybug .nulll .pdcache .CacheGcThrea ;
86import fybug .nulll .pdcache .CacheOb ;
9- import fybug .nulll .pdcache .CanClean ;
107import fybug .nulll .pdcache .MemoryCache ;
118import fybug .nulll .pdcache .memory .Cache ;
129import fybug .nulll .pdconcurrent .SyLock ;
You can’t perform that action at this time.
0 commit comments