Skip to main content
Glama
04.自定义SQL缓存.md490 B
--- title: "自定义SQL缓存" date: "2022-01-30T10:13:09.000Z" permalink: "/pages/senior/cache/" --- @Component public class CustomSqlCache implements SqlCache { @Override public void put(String name, String key, Object value, long ttl) { //将SQL结果存入到缓存 } @Override public Object get(String name, String key) { // 从缓存中提取SQL结果 } @Override public void delete(String name) { // 删除缓存 } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dwsy/magic-api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server