Serialized Form


Package info.magnolia.module.cache

Class info.magnolia.module.cache.DefaultCacheKey extends Object implements Serializable

serialVersionUID: 2699497852929596651L

Serialized Fields

uri

String uri

serverName

String serverName

channel

String channel

locale

String locale

params

Map<K,V> params

isSecure

Boolean isSecure

method

String method

Package info.magnolia.module.cache.filter

Class info.magnolia.module.cache.filter.CachedError extends Object implements Serializable

Serialized Fields

statusCode

int statusCode

originalUrl

String originalUrl

timestamp

long timestamp

timeToLiveInSeconds

int timeToLiveInSeconds

Class info.magnolia.module.cache.filter.CachedRedirect extends Object implements Serializable

Serialized Fields

statusCode

int statusCode

location

String location

timestamp

long timestamp

originalUrl

String originalUrl

timeToLiveInSeconds

int timeToLiveInSeconds

Class info.magnolia.module.cache.filter.ContentCachedEntry extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

contentType

String contentType

characterEncoding

String characterEncoding

statusCode

int statusCode

serializableHeadersBackingList

Map<K,V> serializableHeadersBackingList

lastModificationTime

long lastModificationTime

originalUrl

String originalUrl

timeToLiveInSeconds

int timeToLiveInSeconds

Class info.magnolia.module.cache.filter.DelegatingBlobCachedEntry extends ContentCachedEntry implements Serializable

Serialized Fields

contentLength

long contentLength

Class info.magnolia.module.cache.filter.InMemoryCachedEntry extends ContentCachedEntry implements Serializable

Serialized Fields

gzippedContent

byte[] gzippedContent

plainContent

byte[] plainContent



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.