ContentGrabbingJi/ContentGrabbingJi-CacheStore-api/README.md
LamGC 1c634af225
[Add][Document] CacheStore-API 更新 Javadoc 并添加初版 Readme.md;
[Add] README.md 增加子模块的 Readme;
[Document] CollectionCacheStore 更新 Javadoc;
2020-09-29 10:10:01 +08:00

11 lines
420 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CacheStore-API #
如需开发更多缓存组件,至少需要实现以下接口:
- CacheStore
- 不一定要实现该接口, 可以直接实现 具体的接口(比如 `SingleCacheStore`
- CacheStoreFactory
- 你还需要为其添加 `@Factory` 注解,否则不会生效。
- SingleCacheStore
正常情况下,该模块不需要进行更改,即使需要更改,也需要保证向后兼容性。