X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FNoObjectIndex.pm;h=003c8751b8e3a22924efe84701748c07e0d7b024;hb=a5ebb8769b79f6d6ce7a01001d7b41b62386f425;hp=d0a68ba39880609c8c020395f4be7b37610494e6;hpb=f56e59cdad2f0c45ffbfe037d38a878429bb9221;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm b/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm index d0a68ba..003c875 100644 --- a/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm +++ b/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm @@ -23,6 +23,8 @@ faster because it removes code from the object insert and retrieve chains. sub nocache { return 1 } +sub purge_object_index_every {} + sub purge_dead_from_object_index {} sub remove_from_object_index {}