Overload List

  NameDescription
Public methodEvictCollection(String)
Evict all entries from the process-level cache. This method occurs outside of any transaction; it performs an immediate "hard" remove, so does not respect any transaction isolation semantics of the usage strategy. Use with care.
(Inherited from ISessionFactory.)
Public methodEvictCollection(String, Object)
Evict an entry from the process-level cache. This method occurs outside of any transaction; it performs an immediate "hard" remove, so does not respect any transaction isolation semantics of the usage strategy. Use with care.
(Inherited from ISessionFactory.)

See Also