程序包 cn.taketoday.cache
package cn.taketoday.cache
Caching System
- 作者:
- TODAY 2021/3/27 10:29
-
类说明Interface that defines common cache operations.Wrapper exception to be thrown from
Cache.get(Object, Callable)in case of the value loader callback failing with an exception.A (wrapper) object representing a cache value.Framework's central cache manager SPI.