معرفی شرکت ها


Products.CCSQLMethods-2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Cache Controlled SQL Methods -- a variant of Zope's ZSQLMethods with better caching. For Zope 2.11 and above
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Products.CCSQLMethods-2.0
نام Products.CCSQLMethods
نسخه کتابخانه 2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dieter Maurer
ایمیل نویسنده dieter@handshake.de
آدرس صفحه اصلی http://www.dieter.handshake.de/pyprojects/Zope
آدرس اینترنتی https://pypi.org/project/Products.CCSQLMethods/
مجوز BSD (see "Products/CCSQLMethods/LICENSE.txt", for details)
=========================================== Cache Controlled SQL methods (CCSQLMethods) =========================================== Description =========== Z SQL methods provide a caching mechanism that can greatly reduce the number of database accesses. If, however, the database is changed dynamically, the cache must be used with caution as otherwise stale query results may be returned. Cache controled SQL methods (``CCSQLMethods``) are derived from Z SQL methods. In addition to the normal Z SQL methods, a cache controlled SQL method implements the functions ``flushCache()`` and ``flushCacheEntry(REQUEST=None, **kw)``. ``flushCache`` flushes the complete cache associated with the method. ``flushCacheEntry`` flushes the query specified by its arguments. The query is determined in the same way as in ``__call__``. This allows explicit cache control and allows for much better cache utilization. Note that ``flushCache`` works reliably across multiple ZEO client processes while ``flushCacheEntry`` takes effect only in a single process. Cache controled SQL methods are also available as an CMF ``FSZSQLMethod`` derivative. They are registered with the filename extension ``ccsql``. History ======= Version 2.0 ----------- * moved over to PyPI * works for Zope 2.11 (and possible above) Version 1.0 ----------- made Zope 2.8 compatible.


نحوه نصب


نصب پکیج whl Products.CCSQLMethods-2.0:

    pip install Products.CCSQLMethods-2.0.whl


نصب پکیج tar.gz Products.CCSQLMethods-2.0:

    pip install Products.CCSQLMethods-2.0.tar.gz