Package | Description |
---|---|
org.apache.jetspeed.cache |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentCacheElement
specialized portlet content cache key
|
Modifier and Type | Method and Description |
---|---|
CacheElement |
JetspeedCache.createElement(Object key,
Object content)
Create a cached element
|
CacheElement |
JetspeedCache.get(Object key)
Retrieve an object from the cache
|
Modifier and Type | Method and Description |
---|---|
void |
JetspeedCache.put(CacheElement object)
Put an object into the cache, adding it, or replacing if exists
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.