public class GuavaCacheLazyExpiryHandler extends LazyExpiryHandler
Constructor and Description |
---|
GuavaCacheLazyExpiryHandler(com.google.common.cache.Cache<?,?> cache) |
Modifier and Type | Method and Description |
---|---|
long |
expiryTick()
Called periodically by
ExpiryTicker . |
onCreate, onUse
public GuavaCacheLazyExpiryHandler(com.google.common.cache.Cache<?,?> cache)
public long expiryTick()
ExpiryHandler
ExpiryTicker
. Should be used to expire the object if it's too old.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.