Query: cache::object
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Cache::Object(3pm) User Contributed Perl Documentation Cache::Object(3pm)NAMECache::Object -- the data stored in a Cache.DESCRIPTIONObject is used by classes implementing the Cache interface as an object oriented wrapper around the data. End users will not normally use Object directly, but it can be retrieved via the get_object method on the Cache::Cache interface.SYNOPSISuse Cache::Object; my $object = new Cache::Object( ); $object->set_key( $key ); $object->set_data( $data ); $object->set_expires_at( $expires_at ); $object->set_created_at( $created_at );METHODSnew( ) Construct a new Cache::Object.PROPERTIES(get|set)_accessed_at The time at which the object was last accessed. Various cache implementations will use the accessed_at property to store information for LRU algorithms. There is no guarentee that all caches will update this field, however. (get|set)_created_at The time at which the object was created. (get|set)_data A scalar containing or a reference pointing to the data to be stored. (get|set)_expires_at The time at which the object should expire from the cache. (get|set)_key The key under which the object was stored. (get|set)_size The size of the frozen version of this objectSEE ALSOCache::CacheAUTHOROriginal author: DeWitt Clinton <dewitt@unto.net> Last author: $Author: dclinton $ Copyright (C) 2001-2003 DeWitt Clinton perl v5.12.4 2009-03-01 Cache::Object(3pm)
Related Man Pages |
---|
chi::cacheobject(3pm) - debian |
cache::filecache(3pm) - debian |
cache::object(3pm) - debian |
cache::sharedmemorycache(3pm) - debian |
html::mason::cache::basecache(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Buffer Cache |
Gentoo: BIND Cache poisoning |
SPT Object Database 0.2.0 (Default branch) |
The SQLDependency Object and Entitlements |
echo 1 > /proc/sys/vm/drop_caches a good idea? |