public abstract class ClassLoaderAwareCacheEntry extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ClassLoaderAwareCacheEntry(Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
beforeReadObject(ObjectInputStream in) |
protected abstract void |
beforeWriteObject(ObjectOutputStream out) |
protected abstract ClassLoader |
getClassLoaderToUse() |
Object |
getValue() |
protected ClassLoaderAwareCacheEntry(Object value)
protected abstract void beforeReadObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected abstract void beforeWriteObject(ObjectOutputStream out) throws IOException
IOExceptionprotected abstract ClassLoader getClassLoaderToUse()
public Object getValue()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.