Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore #1952

Open
shixitong opened this issue Mar 16, 2022 · 0 comments

Comments

@shixitong
Copy link

private final ConcurrentHashMap<String, TokenExpiry> expiryMap = new ConcurrentHashMap<String, TokenExpiry>();

hi,i have a question

When to empty the expiryMap ? if not empty this map will be biggiest

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants