ORMEvictEntity
Method Signature
ORMEvictEntity(entityName=[String], primaryKey=[String])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Evict all entity data for this entity name from the second-level cache.
ORMEvictEntity(entityName=[String], primaryKey=[String])entityName
String
true
The name of the entity on which to evict all cached data.
primaryKey
String
false
Optional primary key of the entity instance for which to evict cached data. If not provided, all cached data for the entity will be evicted.
Last updated
Was this helpful?
Was this helpful?