public interface DomainDataStorageAccess extends StorageAccess
Modifier and Type | Method and Description |
---|---|
default void |
putFromLoad(Object key,
Object value,
SharedSessionContractImplementor session)
Specialized form of putting something into the cache
in cases where the put is coming from a load (read) from
the database
|
clearCache, contains, evictData, evictData, getFromCache, putIntoCache, release, removeFromCache
default void putFromLoad(Object key, Object value, SharedSessionContractImplementor session)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.