caching tag

2 questions


1 answers
99 views
0
Is it possible to give several conditions in @Cacheable?

I want to use Cacheable Annotation to cache Spring.I think there should be several conditions. @Cacheable(value = item, condition = #filter.size == null)It works fine with @Cacheable(value = item, con...


1 answers
75 views
0
Can I find out the cache size (in lines) within the C/C++ program?

Please tell me the code to find out the cache size (in line units) in the C/C++ program.My computer uses Linux and I would appreciate it if you could tell me the other platform code.It would be nice i...


© 2024 OneMinuteCode. All rights reserved.