Interface | Description |
---|---|
Cache |
The nuxeo cache interface that define generic methods to use cache technologies
|
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
|
CacheRegistry |
Registry to register cache
|
CacheServiceImpl |
Cache service implementation to manage nuxeo cache
|
InMemoryCacheImpl |
Default in memory implementation for cache management based on guava
|
Copyright © 2015 Nuxeo SA. All rights reserved.