| Class | Description |
|---|---|
| DefaultEhCacheUtil |
Allows an encapsulated way to create caches programmatically from an EhCache
CacheManager. |
| DefaultExpiryPolicy |
Defines a default ExpiryPolicy for EhCache.
|
| InfiniteExpiryPolicy |
Convenience class providing a 10 minute expiry policy, along with the ability to override it on a per entry basis when
using a
TimedValueHolder as the cached value. |
| OneHourExpiryPolicy |
Convenience class providing a 60 minute expiry policy, along with the ability to override it on a per entry basis when
using a
TimedValueHolder as the cached value. |
| OneMinuteExpiryPolicy |
Convenience class providing a 1 minute expiry policy, along with the ability to override it on a per entry basis when
using a
TimedValueHolder as the cached value. |
| TenMinuteExpiryPolicy |
Convenience class providing a 10 minute expiry policy, along with the ability to override it on a per entry basis when
using a
TimedValueHolder as the cached value. |
| ThirtyMinuteExpiryPolicy |
Convenience class providing a 30 minute expiry policy, along with the ability to override it on a per entry basis when
using a
TimedValueHolder as the cached value. |
| TwelveHourExpiryPolicy |
Convenience class providing a 12 hour expiry policy, along with the ability to override it on a per entry basis when
using a
TimedValueHolder as the cached value. |
| TwentyFourHourExpiryPolicy |
Convenience class providing a 24 hour expiry policy, along with the ability to override it on a per entry basis when
using a
TimedValueHolder as the cached value. |
Copyright © 2020. All rights reserved.