網(wǎng)易-大型網(wǎng)站核心技術(shù)微服務(wù)架構(gòu)實(shí)戰(zhàn)
private final Lock readLock = cacheLock.readLock();
? ?public AuthDefaultCache() {
? ? ? ?if (AuthCacheConfig.schedulePrune) {
? ? ? ? ? ?this.schedulePrune(AuthCacheConfig.timeout);
? ? ? ?}
? ?}
?}
標(biāo)簽: