20#ifndef GEODE_EXPIRATIONACTION_H_
21#define GEODE_EXPIRATIONACTION_H_
26#include "internal/geode_globals.hpp"
ExpirationAction
ExpirationAction.hpp Enumerated type for expiration actions.
Definition: ExpirationAction.hpp:42
@ LOCAL_INVALIDATE
When expired, invalidated locally only.
@ LOCAL_DESTROY
When expired, destroyed locally only.
@ DESTROY
When the region or cached object expires, it is destroyed.
@ INVALIDATE
When the region or cached object expires, it is invalidated.
@ INVALID_ACTION
invalid type.