public class RedisShortUrlStore extends ShortUrlStore
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SHORT_KEY |
util| 构造器和说明 |
|---|
RedisShortUrlStore(ShortUrlUtil util,
ShortUrlRedisTemplate redisTemplate) |
public RedisShortUrlStore(ShortUrlUtil util, ShortUrlRedisTemplate redisTemplate)
protected ShortUrl add(ShortUrl shortUrl)
ShortUrlStoreadd 在类中 ShortUrlStoreshortUrl - 短链接public ShortUrl get(String hash)
ShortUrlStoreget 在类中 ShortUrlStorehash - 短链接public boolean contains(String hash)
ShortUrlStorecontains 在类中 ShortUrlStorehash - HashCopyright © 2022. All rights reserved.