2015-07-10 42 views
-4

如何在Infinispan中的RemoteCacheManager中獲取對象的生存時間?生存時間infinispan RemoteCacheManager

+0

你好,歡迎來到Stack Overflow。您能否請您改進您的問題以符合[幫助中心](http://stackoverflow.com/help/how-to-ask)中描述的標準 – Newd

回答

1

RemoteCache.getWithMetadata()爲您提供MetadataValue您可以在其中查詢條目的壽命和創建日期。以及上次訪問時間和最大空閒時間。