প্রশ্ন ট্যাগ «ehcache»


8
স্প্রিং ক্যাশে @ ক্যাশেযোগ্য - একই শিমের অন্য কোনও পদ্ধতি থেকে কল করার সময় কাজ করছেন না
একই শিমের অন্য কোনও পদ্ধতি থেকে ক্যাশেড পদ্ধতিতে কল করার সময় স্প্রিং ক্যাশে কাজ করছে না। আমার সমস্যাটি পরিষ্কার উপায়ে ব্যাখ্যা করার জন্য এখানে একটি উদাহরণ রয়েছে। কনফিগারেশন: <cache:annotation-driven cache-manager="myCacheManager" /> <bean id="myCacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager"> <property name="cacheManager" ref="myCache" /> </bean> <!-- Ehcache library setup --> <bean id="myCache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean" p:shared="true"> <property name="configLocation" …
107 java  spring  caching  ehcache 

3
কীভাবে বেঁচে থাকার সময় এবং সময়ের সাথে নিষ্ক্রিয় হওয়ার সময়টির মধ্যে পার্থক্য রয়েছে
এহচে দস্তাবেজগুলি বলেছেন: timeToIdleSeconds: Sets the time to idle for an element before it expires. i.e. The maximum amount of time between accesses before an element expires timeToLiveSeconds: Sets the time to live for an element before it expires. i.e. The maximum time between creation time and when an element …
103 java  ehcache 
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.