public interface DomainDataStorageAccess extends StorageAccess
Modifier and Type | Method and Description |
---|---|
default void |
putFromLoad(java.lang.Object key,
java.lang.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(java.lang.Object key, java.lang.Object value, SharedSessionContractImplementor session)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.