| Package | Description |
|---|---|
| org.springframework.extensions.surf.cache | |
| org.springframework.extensions.surf.persister |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCache<K>
Deprecated.
This class provides poor performance due to the heavy use of synchronized methods.
|
class |
ModelObjectCache
Cache for ModelObject instances.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ContentCache<ModelObject>> |
AbstractCachedObjectPersister.caches |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ContentCache<ModelObject> |
AbstractCachedObjectPersister.createCache()
Creates a new cache.
|
protected ContentCache<ModelObject> |
AbstractStoreObjectPersister.createCache() |
protected ContentCache<ModelObject> |
ReadOnlyStoreObjectPersister.createCache() |
protected ContentCache<ModelObject> |
PathStoreObjectPersister.getCache(ModelPersistenceContext context,
String bucket)
Gets the cache for a particular model persistence context
|
protected abstract ContentCache<ModelObject> |
AbstractCachedObjectPersister.getCache(ModelPersistenceContext context,
String bucket)
Gets the cache for a particular model persistence context
|
protected ContentCache<ModelObject> |
ReadOnlyStoreObjectPersister.getCache(ModelPersistenceContext context,
String bucket)
Gets the cache for a particular model persistence context
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.