Package com.axelor.cache
package com.axelor.cache
-
ClassDescriptionAxelorCache<K,
V> Cache interface for wrapping different cache implementationsCacheBuilder<K,V, B extends CacheBuilder<K, V, B>> A builder ofAxelorCacheinstancesCache configurationCacheLoader<K,V> Computes or retrieves values, based on a key, for use in populating anAxelorCache.Cache provider informationCommon atomic long operations found in bothService for getting distributed-aware objects.TenantAwareCache<K,V> AnAxelorCacheimplementation that delegates to tenant-specific cache instances.A distributed variant ofTenantAwareCachethat uses TTL-based expiry instead of closing the cache on eviction.