org.openlaszlo.cache |
|
Java Source File Name | Type | Comment |
Cache.java | Class | A base class for maintaining a disk-backed cache of requests.
Cache has 2 sequenced hash map of Items. |
CachedInfo.java | Class | A class for representing the serializable bits of
a cache item. |
DataCache.java | Class | |
MediaCache.java | Class | |
PersistentMap.java | Class | This class implements a subset of java.util.AbstractMap semantics,
persisted to the file named by cacheDirectory. |
RequestCache.java | Class | A class for maintaining a disk-backed cache of HTTP requests.
The main entry point is the getAsSWF method.
Given a specific HTTP request and response, the item returns
an InputStream for a possibly-converted SWF that represents
the item requested. |
XMLDataCache.java | Class | |