| Interface | Description |
|---|---|
| ContentCache<K> |
Interface that describes basic methods for working with a cache
of content objects.
|
| Class | Description |
|---|---|
| BasicCache<K> | Deprecated
This class provides poor performance due to the heavy use of synchronized methods.
|
| CacheItem<K> |
Wraps the cached item with metadata
|
| ModelObjectCache |
Cache for ModelObject instances.
|
| ModelObjectCache.ModelObjectSentinel |
Singleton sentinel class used to represent a 'null' value in some cache implementations
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.