We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e75c74 commit 22b58d5Copy full SHA for 22b58d5
1 file changed
tests/specs/cache/providers/BoxLangProviderTest.cfc
@@ -67,7 +67,7 @@
67
}
68
69
function testgetKeys(){
70
- cacheClear();
+ cache.clearAll();
71
cache.set( "test", now() );
72
cache.set( "test2", now() );
73
assertEquals( 2, arrayLen( cache.getKeys() ) );
0 commit comments