| Interface | Description |
|---|---|
| Cache |
The nuxeo cache interface that define generic methods to use cache technologies
|
| CacheManagement |
Management-related APIs for a
Cache. |
| CacheService |
Nuxeo cache interface
|
| Class | Description |
|---|---|
| AbstractCache |
Abstract class to be extended to provide new cache implementation
|
| CacheAttributesChecker |
Class to implement mandatory check attributes before calling implementation of cache This enable to have the same
behavior for any use of cache for all implementation of cache
|
| CacheDescriptor |
Descriptor of cache contrib
|
| CacheInvalidator |
Wrapper managing cache invalidations.
|
| CacheMetrics | |
| CacheServiceImpl |
Cache service implementation to manage nuxeo cache
|
| CacheServiceImpl.AbstractCachePubSubInvalidator | |
| CacheServiceImpl.CacheInvalidation | |
| CacheWrapper | |
| InMemoryCacheImpl |
Default in memory implementation for cache management based on guava
|
Copyright © 2019 Nuxeo. All rights reserved.