Class | Description |
---|---|
DefaultEhCacheConfigurationBuilder | |
DefaultEhCacheUriProvider | |
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. |
NoOpCache | |
NoOpCacheManager | |
OnEhCacheCondition |
Condition for checking if ehcache is on the classpath
|
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. |
Annotation Type | Description |
---|---|
ConditionalOnEhCache |
Used to indicate that a class should be instantiated as a bean if ehcache is on the classpath
|
Copyright © 2022. All rights reserved.