150 likes | 258 Views
Gostei! Cache Techniques. http://www.gostei.com. Gostei Interface. Simple Cache. Local Cache or Remote Cache No invalidation needed Usually good for lookup table Simple algorithm. Simple Cache. RefList. Remote Cache Invalidation required for the items Not that simple Algorithm:
E N D
Gostei! Cache Techniques http://www.gostei.com
Simple Cache • Local Cache or Remote Cache • No invalidation needed • Usually good for lookup table • Simple algorithm
RefList • Remote Cache • Invalidation required for the items • Not that simple Algorithm: • Abril.Common.Cache.RefList.*
Abril.Common.Cache.RefList LOCAL CACHE REMOTE CACHE 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Abril.Common.Cache.RefList ------ ------ ------ LOCAL CACHE ------ ------ ------ REMOTE CACHE 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Abril.Common.Cache.RefList ------ ------ ------ LOCAL CACHE 6 ------ ------ ------ REMOTE CACHE 6 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Abril.Common.Cache.RefList ------ ------ ------ LOCAL CACHE 6 3 ------ ------ ------ REMOTE CACHE 6 3 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Abril.Common.Cache.RefList ------ ------ ------ LOCAL CACHE 6 3 10 11 15 ------ ------ ------ REMOTE CACHE 6 10 3 11 15 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Abril.Common.Cache.RefList ------ ------ ------ LOCAL CACHE 6 3 10 11 15 ------ ------ ------ REMOTE CACHE 6 10 3 11 15 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Abril.Common.Cache.RefList ------ ------ ------ LOCAL CACHE 3 11 ------ ------ ------ REMOTE CACHE 10 3 11 15 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Abril.Common.Cache.RefList ------ ------ ------ LOCAL CACHE 6 3 11 ------ ------ ------ REMOTE CACHE 6 10 3 11 15 1 5 9 13 ------ ------ ------ ------ ------ ------ ------ ------ ------ DATABASE 2 6 10 14 3 7 11 15 4 8 12 16 RefList Items
Tks! :D David Lojudice Sobrinho dsobrinho@abril.com.br http://dalssoft.com