todo

Upload: semiari

Post on 29-Mar-2016

212 views

Category:

Documents


0 download

DESCRIPTION

Individual

TRANSCRIPT

  • DACHE TCP LOW LEVEL LANGUAGE SYNTAX:

    get cacheKey1 cacheKey2 cacheKey3 cacheKey4...get prefix -t tagName1 tagName2 tagName3 tagName4...set [-i] [-t tagName] [-a absoluteExpiration] [-s slidingExpiration] [-c] cacheKey1 serializedObject1 cacheKey2 serializedObject2...del cacheKey1 cacheKey2 cacheKey3 cacheKey4...del prefix -t tagName1 tagName2 tagName3 tagName4...keys prefix [-t tagName1 tagName2 tagName3 tagName4...]clear

    -Clear tag from TagRoutingTable memory when removing all tagged items from host-Introduce of Sorted Sets/Lists with weights-Create integer storage methods and increment/decrement methods?-Create distributed lock methods?-Build NHibernate second level cache provider plugin