Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想实现缓存管理器,因为我想在 15 天后清除缓存,如何实现?我将如何知道 15 天完成与否,我怎样才能实现这个想法?
大致思路:存储您想要的缓存到期日期,设置一个在该日期关闭的计时器,并在启动时检查您是否超过该日期。如果计时器关闭或启动检查是肯定的,请清除缓存。