public class ExpiringCache extends Object implements Cache
ExpiringCacheFactory to store method's returns value
to server from store without making method call.
e.g. 1) <dubbo:service cache="expiring" cache.seconds="60" cache.interval="10"/>
2) <dubbo:consumer cache="expiring" />
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.