GlynnTucker.Cache 0.1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GlynnTucker.Cache 0.1.1 (Default branch)
# 1  
Old 05-28-2008
GlynnTucker.Cache 0.1.1 (Default branch)

The GlynnTucker.Cache assembly provides a datastructure for caching slow data retrievals. Forexample, it can cache data retrieved from adatabase server over the network. Think of it as aHashtable that can automatically expire its dataafter a set amount of time or a specified periodof inactivity, on a per-object basis. It iswritten in C# and it should work with any .NETlanguage.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Linux

File cache /Page cache Linux

Hi All, could any one point out any open source test-suites for "File cache" testing and as well as performance test suites for the same. Currently my system is up with Linux/ext4. Regards Manish (0 Replies)
Discussion started by: hmanish
0 Replies

2. Linux

getting info on Cache Size, Data Cache etc..

Hi all I saw in Microsoft web site www.SysInternals.com a tool called CoreInfo from able to print out on screen the size of the Data and Instruction caches of your processor, the Locigal to Physical Processor mapping, the number of the CPU sockets. etc.. Do you know if in Linux is available a... (2 Replies)
Discussion started by: manustone
2 Replies

3. HP-UX

Buffer Cache

What is the "Buffer Cache" used for? (1 Reply)
Discussion started by: ALTRUNVRSOFLN
1 Replies

4. UNIX for Advanced & Expert Users

UBC cache vs. Metadata cache

hi, What is the difference between UBC cache and Metadata cache ? where can i find UBC cache Hits and Metadata cache Hits in hp-ux? Advanced thanx for the help. (2 Replies)
Discussion started by: sushaga
2 Replies
Login or Register to Ask a Question
Gtk2::Gdk::Pixbuf::Draw::Cache(3pm)			User Contributed Perl Documentation		       Gtk2::Gdk::Pixbuf::Draw::Cache(3pm)

NAME
Gtk2::Gdk::Pixbuf::Draw::Cache - Cache for drawing scaled pixbufs DESCRIPTION
Gtk2::Gdk::Pixbuf::Draw::Cache provides a cache that should be used by the Gtk2::ImageView::Tool when redrawing the Gtk2::ImageView. HIERARCHY
Glib::Boxed +----Gtk2::Gdk::Pixbuf::Draw::Cache METHODS
cache = Gtk2::Gdk::Pixbuf::Draw::Cache->new Returns a new pixbuf draw cache. $cache->draw ($opts, $drawable) o $opts (Gtk2::Gdk::Pixbuf::Draw::Opts) o $drawable (Gtk2::Gdk::Drawable) Redraws the area specified in the pixbuf draw options in an efficient way by using caching. cache : a GdkPixbufDrawCache opts : the Gtk2::Gdk::Pixbuf::Draw::Opts to use in this draw drawable : a GdkDrawable to draw on $cache->free Deallocates a pixbuf draw cache and all its data. $cache->invalidate Force the pixbuf draw cache to scale the pixbuf at the next draw. Gtk2::Gdk::Pixbuf::Draw::Cache tries to minimize the number of scale operations needed by caching the last drawn pixbuf. It would be inefficient to check the individual pixels inside the pixbuf so it assumes that if the memory address of the pixbuf has not changed, then the cache is good to use. However, when the image data is modified, this assumtion breaks, which is why this method must be used to tell draw cache about it. method = Gtk2::Gdk::Pixbuf::Draw::Cache->get_method ($old, $new) o $old (Gtk2::Gdk::Pixbuf::Draw::Opts) o $new (Gtk2::Gdk::Pixbuf::Draw::Opts) Gets the fastest method to draw the specified draw options. old is assumed to be the last PixbufDrawOpts used and new is the one to use this time. ENUMS AND FLAGS
enum Gtk2::Gdk::Pixbuf::Draw::Method o 'scale' / 'GDK_PIXBUF_DRAW_METHOD_SCALE' o 'contains' / 'GDK_PIXBUF_DRAW_METHOD_CONTAINS' o 'scroll' / 'GDK_PIXBUF_DRAW_METHOD_SCROLL' SEE ALSO
Gtk2::ImageView, Glib::Boxed COPYRIGHT
Copyright (C) 2007 by Jeffrey Ratcliffe. This software is licensed under the GPL-3; see Gtk2::ImageView for a full notice. perl v5.14.2 2011-11-16 Gtk2::Gdk::Pixbuf::Draw::Cache(3pm)