Package | Description |
---|---|
org.alfresco.repo.content.caching |
Modifier and Type | Method and Description |
---|---|
static Key |
Key.forCacheFile(File file) |
static Key |
Key.forCacheFile(String path) |
static Key |
Key.forUrl(String url) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContentCacheImpl.contains(Key key)
Allows caller to perform lookup using a
Key . |
void |
ContentCacheImpl.putIntoLookup(Key key,
String value)
Put an item in the lookup table.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentCacheImpl.setMemoryStore(org.alfresco.repo.cache.SimpleCache<Key,String> memoryStore)
Configure ContentCache with a memory store.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.