public class DefaultPersistentDirectoryCache extends DefaultPersistentDirectoryStore
| Constructor and Description |
|---|
DefaultPersistentDirectoryCache(File dir,
String displayName,
CacheUsage cacheUsage,
CacheValidator validator,
Map<String,?> properties,
FileLockManager.LockMode lockMode,
Action<? super PersistentCache> initAction,
FileLockManager lockManager) |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getLockTarget() |
Properties |
getProperties() |
protected void |
init() |
close, createCache, createCache, getBaseDir, getLock, longRunningOperation, longRunningOperation, open, toString, useCache, useCachepublic DefaultPersistentDirectoryCache(File dir, String displayName, CacheUsage cacheUsage, CacheValidator validator, Map<String,?> properties, FileLockManager.LockMode lockMode, Action<? super PersistentCache> initAction, FileLockManager lockManager)
protected File getLockTarget()
getLockTarget in class DefaultPersistentDirectoryStoreprotected void init()
throws IOException
init in class DefaultPersistentDirectoryStoreIOExceptionpublic Properties getProperties()
Copyright © 2013. All rights reserved