public interface CacheEntryStructure
| Modifier and Type | Method and Description |
|---|---|
Object |
destructure(Object structured,
SessionFactoryImplementor factory)
Convert the previous structured form of the item back into its item form.
|
Object |
structure(Object item)
Convert the cache item into its "structured" form.
|
Object structure(Object item)
item - The item to structure.Object destructure(Object structured, SessionFactoryImplementor factory)
structured - The structured form.factory - The session factory.Copyright © 2017 JBoss by Red Hat. All rights reserved.