| Modifier and Type | Method and Description |
|---|---|
<K,V> PersistentIndexedCache<K,V> |
DefaultCacheLockingManager.createCache(File cacheFile,
Class<K> keyType,
Class<V> valueType) |
<K,V> PersistentIndexedCache<K,V> |
CacheLockingManager.createCache(File cacheFile,
Class<K> keyType,
Class<V> valueType)
Creates a cache implementation that is managed by this locking manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryIndexedCache<K,V>
A simple in-memory cache, used by the testing fixtures.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> PersistentIndexedCache |
TaskArtifactStateCacheAccess.createCache(String cacheName,
Class<K> keyType,
Class<V> valueType) |
<K,V> PersistentIndexedCache<K,V> |
DefaultTaskArtifactStateCacheAccess.createCache(String cacheName,
Class<K> keyType,
Class<V> valueType) |
<K,V> PersistentIndexedCache<K,V> |
TaskArtifactStateCacheAccess.createCache(String cacheName,
Class<K> keyType,
Class<V> valueType,
Serializer<V> valueSerializer) |
<K,V> PersistentIndexedCache<K,V> |
DefaultTaskArtifactStateCacheAccess.createCache(String cacheName,
Class<K> keyType,
Class<V> valueType,
Serializer<V> valueSerializer) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> PersistentIndexedCache<K,V> |
PersistentCache.createCache(File cacheFile,
Class<K> keyType,
Class<V> valueType)
Creates an indexed cache implementation that is contained within this cache.
|
<K,V> PersistentIndexedCache<K,V> |
PersistentCache.createCache(File cacheFile,
Class<K> keyType,
Serializer<V> valueSerializer)
Creates an indexed cache implementation that is contained within this cache.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> ObjectCacheBuilder<V,PersistentIndexedCache<K,V>> |
CacheRepository.indexedCache(Class<K> keyType,
Class<V> elementType,
String key)
Returns a builder for the indexed cache with the given key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiProcessSafePersistentIndexedCache<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> PersistentIndexedCache<K,V> |
DefaultPersistentDirectoryStore.createCache(File cacheFile,
Class<K> keyType,
Class<V> valueType) |
<K,V> PersistentIndexedCache<K,V> |
DefaultPersistentDirectoryStore.createCache(File cacheFile,
Class<K> keyType,
Serializer<V> valueSerializer) |
<K,V> PersistentIndexedCache<K,V> |
DefaultCacheAccess.newCache(File cacheFile,
Class<K> keyType,
Class<V> valueType) |
<K,V> PersistentIndexedCache<K,V> |
DefaultCacheAccess.newCache(File cacheFile,
Class<K> keyType,
Serializer<V> valueSerializer) |
<K,V> PersistentIndexedCache<K,V> |
CacheFactory.openIndexedCache(File cacheDir,
CacheUsage usage,
CacheValidator cacheValidator,
Map<String,?> properties,
FileLockManager.LockMode lockMode,
Serializer<V> serializer) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> ObjectCacheBuilder<V,PersistentIndexedCache<K,V>> |
DefaultCacheRepository.indexedCache(Class<K> keyType,
Class<V> elementType,
String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
BTreePersistentIndexedCache<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> PersistentIndexedCache<K,V> |
InMemoryCacheFactory.openIndexedCache(File cacheDir,
CacheUsage usage,
CacheValidator validator,
Map<String,?> properties,
FileLockManager.LockMode lockMode,
Serializer<V> serializer) |
Copyright © 2013. All rights reserved