There are no implemented interfaces.
cache_data
(type: getset_descriptor
)
<attribute 'cache_data' of 'persistent.PickleCache' objects>
cache_drain_resistance
(type: member_descriptor
)
<member 'cache_drain_resistance' of 'persistent.PickleCache' objects>
cache_klass_count
(type: member_descriptor
)
<member 'cache_klass_count' of 'persistent.PickleCache' objects>
cache_non_ghost_count
(type: member_descriptor
)
<member 'cache_non_ghost_count' of 'persistent.PickleCache' objects>
cache_size
(type: member_descriptor
)
<member 'cache_size' of 'persistent.PickleCache' objects>
debug_info(...)
full_sweep(...)
get(...)
incrgc(...)
This method had been depricated!Some other implementations support an optional parameter n
which
indicates a repetition count; this value is ignored.
invalidate(...)
items(...)
Return list of oid, object pairs for all items in cache.
klass_items(...)
List (oid, object) pairs of cached persistent classes.
lru_items(...)
List (oid, object) pairs from the lru list, as 2-tuples.
minimize(...)
Ghostify all objects that are not modified. Takes an optional argument, but ignores it.
ringlen(...)
There are no known subclasses.