public interface CachedPersister
| Modifier and Type | Method and Description |
|---|---|
void |
invalidateCache()
Invalidates the cache
|
void |
setCache(boolean cache)
Enables or disables the caching mechanics
|
void |
setCacheCheckDelay(int cacheCheckDelay)
Sets the number of seconds to wait between cache checks, -1 for never.
|
void |
setCacheMaxSize(int cacheMaxSize)
Sets the maximum size of the underlying cache, -1 for no max size.
|
void setCache(boolean cache)
cache - booleanvoid setCacheCheckDelay(int cacheCheckDelay)
cacheCheckDelay - intvoid setCacheMaxSize(int cacheMaxSize)
cacheMaxSize - intvoid invalidateCache()
Copyright © 2005–2016 Alfresco Software. All rights reserved.