Tag : cache

Title User Language Tags Description Date
Así está la cosa ialmonacid PHP

Sería un saadsaaddsags de select combinados en un form. Eso

June 9, 2012
Lo que he hecho en público ialmonacid PHP

codigo afadsfdasafdsafsda select formulario

June 7, 2012
ehcache hatefulcrawdad Java

blah

April 29, 2011
Javascript epoch time samwa JavaScript

returns the number of seconds since 1 jan 1970 This is useful for generating a number in a url to stop a page from caching

March 22, 2011
Disable browser cache mfigge PHP February 18, 2011
Disable cache in Ez Publish bar10der eZ Publish

This is a good way to start with every project of yours: (site.ini.append.php)

February 4, 2011
cache control with file modification date ashsa PHP February 3, 2011
How to load the latest XML file to solve the cache problem activetofocus ActionScript 3

Useful technology

December 17, 2010
Simple local cache and cache decorator Andrey Nikishaev python

Simple local cache. It saves local data in singleton dictionary with convenient interface

Examples of use:

# Initialize
SimpleCache({'data':{'example':'example data'}})
# Getting instance
c = SimpleCache.getInstance()

c.set('re.reg_exp_compiled',re.compile(r'\W*'))
reg_exp = c.get('re.reg_exp_compiled',default=re.compile(r'\W*'))

# --------------------------------------------------------------

c = SimpleCache.getInstance()
reg_exp = c.getset('re.reg_exp_compiled',re.compile(r'\W*'))

# --------------------------------------------------------------    

@scache
def func1():
    return 'OK'
December 8, 2010
Drupal ImageCache Theme IMG focal55 PHP December 6, 2010
Simple caching decorator Raymond Hettinger python

Memoizing decorator. Has the same API as the functools.lru_cache() in Py3.2 but without the LRU feature, so it takes less memory, runs faster, and doesn't need locks to keep the dictionary in a consistent state.

December 1, 2010
Theme imagecache programmatically resting PHP November 11, 2010
Cache Handler Class keakTheGEEK ASP.NET CacheHandler is a simple class file with a few static methods used for easily reading and writing objects to ASP .NET server cache. November 8, 2010
A memoize decorator for instance methods Daniel Miller python

A simple result-caching decorator for instance methods. NOTE: does not work with plain old non-instance-method functions. The cache is stored on the instance to prevent memory leaks caused by long-term caching beyond the life of the instance (almost all other recipes I found suffer from this problem when used with instance methods).

November 3, 2010
Cache Images Apache Server iloveitaly Apache October 15, 2010