wu560130911 / hibernate-memcached

Automatically exported from code.google.com/p/hibernate-memcached
0 stars 0 forks source link

Clear disabled by default #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since clear disabled by default, how can one clear the cache after the DB 
changes outside the app ? 
Thanks

Original issue reported on code.google.com by mcal...@gmail.com on 7 Oct 2010 at 7:20

GoogleCodeExporter commented 9 years ago
Please use the google group to ask questions.

To answer your question, no application can be made aware of changes to the DB 
outside the app. Hibernate itself has no idea you changed the DB. You would 
have to flush memcached directly or you can enable the clear functionality.

Original comment by raykrue...@gmail.com on 7 Oct 2010 at 2:35