User Activity

  • Modified a comment on discussion Open Discussion (deprecated) on Spring Framework

    I am new to Spring and working on one of my interesting project that helps you track mobile numbers in India and celebrities around the world writing an interceptor where I need to manage cache and return the data from cache if the response is already available in cache. I am using the below example : protected CacheControl lookupCacheControl(String urlPath) { CacheControl cacheControl = this.cacheControlMappings.get(urlPath); if (cacheControl != null) { return cacheControl; } for (String registeredPath...

  • Posted a comment on discussion Open Discussion (deprecated) on Spring Framework

    I am new to Spring and writing an interceptor where I need to manage cache and return the data from cache if the response is already available in cache. I am using the below example : protected CacheControl lookupCacheControl(String urlPath) { CacheControl cacheControl = this.cacheControlMappings.get(urlPath); if (cacheControl != null) { return cacheControl; } for (String registeredPath : this.cacheControlMappings.keySet()) { if (this.pathMatcher.match(registeredPath, urlPath)) { return this.cacheControlMappings.get(registeredPath);...

View All

Personal Data

Username:
bamand
Joined:
2019-03-05 17:39:58

Projects

  • No projects to display.

Personal Tools

Monday.com Logo