public interface CacheEntryStructure
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
destructure(java.lang.Object structured,
SessionFactoryImplementor factory)
Convert the previous structured form of the item back into its item form.
|
java.lang.Object |
structure(java.lang.Object item)
Convert the cache item into its "structured" form.
|
java.lang.Object structure(java.lang.Object item)
item
- The item to structure.java.lang.Object destructure(java.lang.Object structured, SessionFactoryImplementor factory)
structured
- The structured form.factory
- The session factory.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.