No need to validate here.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@402 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-08-15 19:07:01 +00:00
parent b4e207eeae
commit 41c1ca44b7
@@ -79,6 +79,9 @@ public class StatRepository extends DepotRepository
throws PersistenceException
{
CacheInvalidator invalidator = new CacheInvalidator() {
public void validateFlushType (Class<?> pClass) {
// no need, we know we're good
}
public void invalidate (PersistenceContext ctx) {
ctx.cacheTraverse(
StatRecord.class.getName(), new CacheEvictionFilter<StatRecord>() {