[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.65-1-ge4093f9
Alex Vandiver
alexmv at bestpractical.com
Wed Nov 27 16:02:20 EST 2013
The branch, master has been updated
via e4093f97f1bd976b38231141971c3e0f018931a3 (commit)
from 9ef4d7a132095c95c375af4cd664fa8c737cbb9d (commit)
Summary of changes:
lib/DBIx/SearchBuilder/Record/Cachable.pm | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit e4093f97f1bd976b38231141971c3e0f018931a3
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Nov 27 16:02:10 2013 -0500
Remove cache_p from config; 942cbc2 removed the checks for it
diff --git a/lib/DBIx/SearchBuilder/Record/Cachable.pm b/lib/DBIx/SearchBuilder/Record/Cachable.pm
index 1f20ec8..a2f455f 100755
--- a/lib/DBIx/SearchBuilder/Record/Cachable.pm
+++ b/lib/DBIx/SearchBuilder/Record/Cachable.pm
@@ -281,7 +281,6 @@ For example, to cache records for up to 30 seconds, add the following method to
sub _CacheConfig {
return {
- 'cache_p' => 1,
'cache_for_sec' => 5,
};
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list