Scratch that, reverse it.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@403 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-08-15 19:47:51 +00:00
parent 41c1ca44b7
commit 01db2cc225
@@ -79,9 +79,6 @@ 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>() {