Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ❯ http GET localhost:8080/actuator/caches
  2.  
  3. {
  4. "cacheManagers": {
  5. "cacheManager": {
  6. "caches": {
  7. "my-cache": {
  8. "target": "com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalManualCache"
  9. }
  10. }
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement