G
I
J
G
- getCaches() - function in io.github.dhruv1110.jcachex.spring.JCacheXProperties
- Named cache configurations that override the default configuration.
- getDefault() - function in io.github.dhruv1110.jcachex.spring.JCacheXProperties
- Default cache configuration that applies to all caches unless overridden.
- getEnableJmx() - function in io.github.dhruv1110.jcachex.spring.JCacheXProperties.CacheConfig
- Whether to enable JMX monitoring for this cache.
- getEnableStatistics() - function in io.github.dhruv1110.jcachex.spring.JCacheXProperties.CacheConfig
- Whether to enable statistics collection for this cache.
- getExpireAfterSeconds() - function in io.github.dhruv1110.jcachex.spring.JCacheXProperties.CacheConfig
- Time in seconds after which an entry will expire.
- getMaximumSize() - function in io.github.dhruv1110.jcachex.spring.JCacheXProperties.CacheConfig
- Maximum number of entries the cache can hold.