PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
   
  Label: expiry

All content with label expiry.
Related Labels: review , example , expiration , faq-config , faq-code-examples , cache-size , cache

How do I control the expiry of a cached object by type? (Coherence FAQ)
attached example AutoExpiryLocalCache.java demonstrates the "different object type, different expiry length" implementation. The example configuration exampleautoexpirylocalcache.xml shows String objects being cached for 3 minutes and Integer objects being cached for 10. To use a default expiry, make ...