You are here

constant MESSAGING_CACHE_LIMIT in Messaging 7

Same name and namespace in other branches
  1. 6.4 messaging.module \MESSAGING_CACHE_LIMIT
1 use of MESSAGING_CACHE_LIMIT
messaging_static_cache_set in ./messaging.module
Set data on static cache, checking whether the cache is under limits.

File

./messaging.module, line 24

Code

define('MESSAGING_CACHE_LIMIT', variable_get('messaging_cache_limit', 1000));