Page MenuHomeWickedGov Phorge

cache.test.js
No OneTemporary

Size
333 B
Referenced Files
None
Subscribers
None

cache.test.js

const cache = require( '../../../src/mobile.startup/cache' ),
MemoryCache = cache.MemoryCache,
memoryCache = new MemoryCache();
QUnit.module( 'MobileFrontend cache.js' );
QUnit.test( 'cache set() and get()', function ( assert ) {
memoryCache.set( 'key', 'value' );
assert.strictEqual( memoryCache.get( 'key' ), 'value' );
} );

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 03:35 (1 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b6/d3/3b2ec27f2e9f545a186fd5264965
Default Alt Text
cache.test.js (333 B)

Event Timeline