public abstract static class ERXLazyValue.MutableCacheKeyInvalidator extends ERXLazyValue.CacheKeyInvalidator
Constructor and Description |
---|
MutableCacheKeyInvalidator() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
setCacheKey(Object value)
Sets the current value of the cache key.
|
void |
timestamp()
Sets the current value of the cache key to be
System.currentTimeMillis.
|
void |
uuid()
Sets the current value of the cache key to be a randomly generated
UUID.
|
cacheKey, fetchedValue, shouldInvalidate
protected abstract void setCacheKey(Object value)
value
- the current value of the cache keypublic void uuid()
public void timestamp()
Copyright © 2002 – 2024 Project Wonder.